summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/unocontrolcontainer.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-12 12:23:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-12 12:23:58 +0100
commit45fe77164c90cf15b78cd8b99adc043e2dd26be1 (patch)
treec1b55843aebe28b167c087b51e7ba110180cf600 /include/toolkit/controls/unocontrolcontainer.hxx
parente965798caf75054d8fc826a4cfa33524cbbcec42 (diff)
toolkit: Use appropriate OUString functions on string constants
Change-Id: I3bb1e560eb325046f5b170da0c4c46c1139f3225
Diffstat (limited to 'include/toolkit/controls/unocontrolcontainer.hxx')
-rw-r--r--include/toolkit/controls/unocontrolcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrolcontainer.hxx b/include/toolkit/controls/unocontrolcontainer.hxx
index f2e2fc9a6545..f9bad95baf2c 100644
--- a/include/toolkit/controls/unocontrolcontainer.hxx
+++ b/include/toolkit/controls/unocontrolcontainer.hxx
@@ -105,7 +105,7 @@ public:
// ::com::sun::star::awt::XWindow
void SAL_CALL setVisible( sal_Bool Visible ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- DECLIMPL_SERVICEINFO_DERIVED( UnoControlContainer, UnoControlBase, szServiceName2_UnoControlContainer )
+ DECLIMPL_SERVICEINFO_DERIVED( UnoControlContainer, UnoControlBase, "com.sun.star.awt.UnoControlContainer" )
protected:
virtual void PrepareWindowDescriptor( ::com::sun::star::awt::WindowDescriptor& rDesc ) SAL_OVERRIDE;