Commit 6de7677b authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

MakeLower/MakeUpper

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59359 954022d7-b5bf-4e40-9824-e11837661b57
parent ce44b2ea
......@@ -325,9 +325,9 @@ namespace NSPresentationEditor
if (oCFRun.Cap.is_init())
{
if (1 == oCFRun.Cap.get())
strRunText = strRunText.ToUpper();
strRunText.MakeUpper();
else if (2 == oCFRun.Cap.get())
strRunText = strRunText.ToLower();
strRunText.MakeLower();
}
NormalizeString(strRunText);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment