summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww1/fltshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww1/fltshell.cxx')
-rw-r--r--sw/source/filter/ww1/fltshell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx
index 8b3fb8283260..284fbb5e6439 100644
--- a/sw/source/filter/ww1/fltshell.cxx
+++ b/sw/source/filter/ww1/fltshell.cxx
@@ -1050,7 +1050,7 @@ SwFltShell& SwFltShell::operator << ( const String& rStr )
void SwFltShell::ConvertUStr( String& rInOut )
{
- GetAppCharClass().toUpper( rInOut );
+ rInOut = GetAppCharClass().uppercase( rInOut );
}
// QuoteString() wandelt CRs abhaengig von nFieldIniFlags in '\n' oder "\0x0d"