summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 16:56:47 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:11 +0200
commit0fed3a96e5e7634bbe569385b70d177352dc9662 (patch)
treec168b3970ed08053c6801a369c49e6212f7554d9 /include/sfx2
parent25994daa3a186a504c4f1b88bc251a89b96f0d47 (diff)
convert include/sfx2/bindings.hxx from String to OUString
Change-Id: I60b11b1b9261359e7fcfb7641389ce20b32819b3
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/bindings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx
index 664673cf66d5..5a1cbabb8711 100644
--- a/include/sfx2/bindings.hxx
+++ b/include/sfx2/bindings.hxx
@@ -196,7 +196,7 @@ public:
SAL_DLLPRIVATE void InvalidateUnoControllers_Impl();
SAL_DLLPRIVATE void RegisterUnoController_Impl( SfxUnoControllerItem* );
SAL_DLLPRIVATE void ReleaseUnoController_Impl( SfxUnoControllerItem* );
- SAL_DLLPRIVATE sal_Bool ExecuteCommand_Impl( const String& rCommand );
+ SAL_DLLPRIVATE sal_Bool ExecuteCommand_Impl( const OUString& rCommand );
SAL_DLLPRIVATE void SetRecorder_Impl( com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder >& );
SAL_DLLPRIVATE void InvalidateSlotsInMap_Impl();
SAL_DLLPRIVATE void AddSlotToInvalidateSlotsMap_Impl( sal_uInt16 nId );