summaryrefslogtreecommitdiffstats
path: root/fpicker/test/svdem.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-29 09:16:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-29 11:20:32 +0100
commit9e0cbe5eb3f4785d8db26f87ce0208823c87c5ad (patch)
tree139e2a2af31e5ba6a1549cf93c12e951b8ad570b /fpicker/test/svdem.cxx
parentdelete workben (diff)
downloadcore-9e0cbe5eb3f4785d8db26f87ce0208823c87c5ad.tar.gz
core-9e0cbe5eb3f4785d8db26f87ce0208823c87c5ad.zip
some pesky XubStrings
Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48
Diffstat (limited to 'fpicker/test/svdem.cxx')
-rw-r--r--fpicker/test/svdem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/test/svdem.cxx b/fpicker/test/svdem.cxx
index 55235249176f..04a0a53cf135 100644
--- a/fpicker/test/svdem.cxx
+++ b/fpicker/test/svdem.cxx
@@ -123,7 +123,7 @@ private:
void Main()
{
MyWin aMainWin( NULL, WB_APP | WB_STDWORK );
- aMainWin.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "VCL - Workbench" ) ) );
+ aMainWin.SetText(rtl::OUString("VCL - Workbench"));
aMainWin.Show();
Application::Execute();