diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-11-24 16:10:44 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-11-24 16:10:44 +0100 |
commit | 6dc0cabfa46d74cdfb5dc6118f8d7f589271ba45 (patch) | |
tree | 438d0f86ee51caffe75abfadfa752698d62f236b /automation | |
parent | a98f212feb359928a8dee98a1b9c1b0a74b188ac (diff) | |
parent | 6d42e068a18a6df4914aedd801447ce1946225ad (diff) |
CWS-TOOLING: integrate CWS cmcfixes64
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/statemnt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx index 4219d1d5b099..65be45907b90 100644 --- a/automation/source/server/statemnt.cxx +++ b/automation/source/server/statemnt.cxx @@ -4288,7 +4288,7 @@ BOOL StatementControl::HandleCommonMethods( Window *pControl ) Edit *pMyEd = new Edit(pDlg,WB_CENTER | WB_BORDER ); pMyEd->SetSizePixel(Size(100,30)); - pDlg->SetText(CUniString("Schlieen")); + pDlg->SetText(UniString("Schlieen", RTL_TEXTENCODING_ISO_8859_1)); pDlg->Show(); pMyEd->Show(); ULONG nTime = Time().GetTime(); |