diff options
author | Ricardo Montania <ricardo@linuxafundo.com.br> | 2012-09-11 12:58:00 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-09-11 18:21:00 +0000 |
commit | aa4a6bd8c199f8462a9120d4a1a2ac983c9d4d5d (patch) | |
tree | 20cebb0e281dc3396169818ea1f30e6cf5ce64d8 /UnoControls/source/inc | |
parent | 4ed62ddb01e4ecff9de01246ea4c040f007c1196 (diff) |
::rtl::OUString to OUString in UnoControls
Change-Id: I12a95e61e7bf59c64fec7df98617926b774074ee
Reviewed-on: https://gerrit.libreoffice.org/597
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'UnoControls/source/inc')
-rw-r--r-- | UnoControls/source/inc/framecontrol.hxx | 8 | ||||
-rw-r--r-- | UnoControls/source/inc/progressbar.hxx | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index a729de6d2a3f..7f4340ccd808 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -396,7 +396,7 @@ public: @onerror */ - static const ::com::sun::star::uno::Sequence< ::rtl::OUString > impl_getStaticSupportedServiceNames(); + static const ::com::sun::star::uno::Sequence< OUString > impl_getStaticSupportedServiceNames(); /**_________________________________________________________________________________________________________ @short @@ -411,7 +411,7 @@ public: @onerror */ - static const ::rtl::OUString impl_getStaticImplementationName(); + static const OUString impl_getStaticImplementationName(); //______________________________________________________________________________________________________________ // protected methods @@ -553,7 +553,7 @@ private: */ void impl_createFrame( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& xPeer , - const ::rtl::OUString& sURL , + const OUString& sURL , const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& seqArguments ); /**_________________________________________________________________________________________________________ @@ -594,7 +594,7 @@ private: private: ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame ; - ::rtl::OUString m_sComponentURL ; + OUString m_sComponentURL ; ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_seqLoaderArguments ; ::cppu::OMultiTypeInterfaceContainerHelper m_aInterfaceContainer ; OConnectionPointContainerHelper m_aConnectionPointContainer ; diff --git a/UnoControls/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx index 7bd2d6f1cff7..8fb3d8bcdeab 100644 --- a/UnoControls/source/inc/progressbar.hxx +++ b/UnoControls/source/inc/progressbar.hxx @@ -345,7 +345,7 @@ public: @onerror */ - static const ::com::sun::star::uno::Sequence< ::rtl::OUString > impl_getStaticSupportedServiceNames(); + static const ::com::sun::star::uno::Sequence< OUString > impl_getStaticSupportedServiceNames(); /**_________________________________________________________________________________________________________ @short @@ -360,7 +360,7 @@ public: @onerror */ - static const ::rtl::OUString impl_getStaticImplementationName(); + static const OUString impl_getStaticImplementationName(); //____________________________________________________________________________________________________________ // protected methods |