summaryrefslogtreecommitdiff
path: root/svx/workben
diff options
context:
space:
mode:
Diffstat (limited to 'svx/workben')
-rw-r--r--svx/workben/pixelctl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/workben/pixelctl.cxx b/svx/workben/pixelctl.cxx
index e16a45820277..564d2b55ae81 100644
--- a/svx/workben/pixelctl.cxx
+++ b/svx/workben/pixelctl.cxx
@@ -101,7 +101,7 @@ public:
void Main()
{
ScopedVclPtrInstance< MyWin > aMainWin( nullptr, WB_STDWORK );
- aMainWin->SetText( OUString( "SvxPixelCtl" ) );
+ aMainWin->SetText( "SvxPixelCtl" );
aMainWin->Show();
Application::Execute();