Kaydet (Commit) 138df914 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/sfx2/dispatch.hxx from String to OUString

Change-Id: If1ab56ea5c91e8bc50c27fe8c4b1348b9d2eaa6c
üst fbf860cd
...@@ -148,7 +148,7 @@ public: ...@@ -148,7 +148,7 @@ public:
sal_uInt16 nModi, sal_uInt16 nModi,
const SfxItemSet &rArgs ); const SfxItemSet &rArgs );
const SfxSlot* GetSlot( const String& rCommand ); const SfxSlot* GetSlot( const OUString& rCommand );
sal_Bool IsActive( const SfxShell& rShell ); sal_Bool IsActive( const SfxShell& rShell );
sal_Bool IsOnTop( const SfxShell& rShell ); sal_Bool IsOnTop( const SfxShell& rShell );
...@@ -184,7 +184,7 @@ public: ...@@ -184,7 +184,7 @@ public:
SfxItemState QueryState( sal_uInt16 nSID, const SfxPoolItem* &rpState ); SfxItemState QueryState( sal_uInt16 nSID, const SfxPoolItem* &rpState );
SfxItemState QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny ); 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 ); void SetDisableFlags( sal_uInt32 nFlags );
sal_uInt32 GetDisableFlags() const; sal_uInt32 GetDisableFlags() const;
...@@ -204,7 +204,7 @@ public: ...@@ -204,7 +204,7 @@ public:
SAL_DLLPRIVATE void DoActivate_Impl( sal_Bool bMDI, SfxViewFrame* pOld ); SAL_DLLPRIVATE void DoActivate_Impl( sal_Bool bMDI, SfxViewFrame* pOld );
SAL_DLLPRIVATE void DoDeactivate_Impl( sal_Bool bMDI, SfxViewFrame* pNew ); SAL_DLLPRIVATE void DoDeactivate_Impl( sal_Bool bMDI, SfxViewFrame* pNew );
SAL_DLLPRIVATE void InvalidateBindings_Impl(sal_Bool); 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 );
}; };
//-------------------------------------------------------------------- //--------------------------------------------------------------------
......
...@@ -944,7 +944,7 @@ void MappedPut_Impl( SfxAllItemSet &rSet, const SfxPoolItem &rItem ) ...@@ -944,7 +944,7 @@ void MappedPut_Impl( SfxAllItemSet &rSet, const SfxPoolItem &rItem )
//-------------------------------------------------------------------- //--------------------------------------------------------------------
const SfxSlot* SfxDispatcher::GetSlot( const String& rCommand ) const SfxSlot* SfxDispatcher::GetSlot( const OUString& rCommand )
{ {
// Count the number of Shells on the linked Dispatcher // Count the number of Shells on the linked Dispatcher
Flush(); Flush();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment