diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-27 16:56:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:11 +0200 |
commit | 0fed3a96e5e7634bbe569385b70d177352dc9662 (patch) | |
tree | c168b3970ed08053c6801a369c49e6212f7554d9 /sfx2/source/control/bindings.cxx | |
parent | 25994daa3a186a504c4f1b88bc251a89b96f0d47 (diff) |
convert include/sfx2/bindings.hxx from String to OUString
Change-Id: I60b11b1b9261359e7fcfb7641389ce20b32819b3
Diffstat (limited to 'sfx2/source/control/bindings.cxx')
-rw-r--r-- | sfx2/source/control/bindings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index f88aae2efcba..2af07f7f32d1 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -2191,7 +2191,7 @@ SystemWindow* SfxBindings::GetSystemWindow() const return pTop->GetFrame().GetTopWindow_Impl(); } -sal_Bool SfxBindings::ExecuteCommand_Impl( const String& rCommand ) +sal_Bool SfxBindings::ExecuteCommand_Impl( const OUString& rCommand ) { ::com::sun::star::util::URL aURL; aURL.Complete = rCommand; |