diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-27 15:23:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:10 +0200 |
commit | 138df914a977ef785ea009a1b17b0fd411af64cb (patch) | |
tree | fbb4704688c54c81f32eefb7c550e407dee2626b /include/sfx2/dispatch.hxx | |
parent | fbf860cd2688f5ff633a1b23923640628f980396 (diff) |
convert include/sfx2/dispatch.hxx from String to OUString
Change-Id: If1ab56ea5c91e8bc50c27fe8c4b1348b9d2eaa6c
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r-- | include/sfx2/dispatch.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index 2b02a5e620c6..711dbdac6689 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -148,7 +148,7 @@ public: sal_uInt16 nModi, const SfxItemSet &rArgs ); - const SfxSlot* GetSlot( const String& rCommand ); + const SfxSlot* GetSlot( const OUString& rCommand ); sal_Bool IsActive( const SfxShell& rShell ); sal_Bool IsOnTop( const SfxShell& rShell ); @@ -184,7 +184,7 @@ public: SfxItemState QueryState( sal_uInt16 nSID, const SfxPoolItem* &rpState ); SfxItemState QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny ); - ::com::sun::star::frame::XDispatch* GetDispatchInterface( const String& ); + ::com::sun::star::frame::XDispatch* GetDispatchInterface( const OUString& ); void SetDisableFlags( sal_uInt32 nFlags ); sal_uInt32 GetDisableFlags() const; @@ -204,7 +204,7 @@ public: SAL_DLLPRIVATE void DoActivate_Impl( sal_Bool bMDI, SfxViewFrame* pOld ); SAL_DLLPRIVATE void DoDeactivate_Impl( sal_Bool bMDI, SfxViewFrame* pNew ); SAL_DLLPRIVATE void InvalidateBindings_Impl(sal_Bool); - SAL_DLLPRIVATE sal_uInt16 GetNextToolBox_Impl( sal_uInt16 nPos, sal_uInt16 nType, String *pStr ); + SAL_DLLPRIVATE sal_uInt16 GetNextToolBox_Impl( sal_uInt16 nPos, sal_uInt16 nType, OUString *pStr ); }; //-------------------------------------------------------------------- |