summaryrefslogtreecommitdiffstats
path: root/odk/examples/cpp/custompanel/ctp_panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/custompanel/ctp_panel.cxx')
-rw-r--r--odk/examples/cpp/custompanel/ctp_panel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/custompanel/ctp_panel.cxx b/odk/examples/cpp/custompanel/ctp_panel.cxx
index 6848f3557359..c84c13c77a09 100644
--- a/odk/examples/cpp/custompanel/ctp_panel.cxx
+++ b/odk/examples/cpp/custompanel/ctp_panel.cxx
@@ -84,7 +84,7 @@ namespace sd { namespace colortoolpanel
WindowDescriptor aWindow;
aWindow.Type = WindowClass_SIMPLE;
- aWindow.WindowServiceName = OUString( "window" );
+ aWindow.WindowServiceName = "window";
aWindow.Parent = i_rParentWindow;
aWindow.WindowAttributes = WindowAttribute::BORDER;