diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-21 16:56:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:34 +0200 |
commit | f83906c04ba7e2d2416c2c5504f13efe758afcdc (patch) | |
tree | 0a257e1eabdd2cc6ac47e89e04e05c870847cb14 /include/sfx2/unoctitm.hxx | |
parent | e27e53feea8822ee3ce10ee66a7ff0dbbbf5ee1a (diff) |
convert include/sfx2/unoctitm.cxx from String to OUString
Change-Id: Ief905dc3f4a809bd84a48ed6754040886b30da09
Diffstat (limited to 'include/sfx2/unoctitm.hxx')
-rw-r--r-- | include/sfx2/unoctitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx index 591f7bba0054..321de229e340 100644 --- a/include/sfx2/unoctitm.hxx +++ b/include/sfx2/unoctitm.hxx @@ -54,7 +54,7 @@ class SfxUnoControllerItem : public ::cppu::WeakImplHelper1< css::frame::XSta public: - SfxUnoControllerItem( SfxControllerItem*, SfxBindings&, const String& ); + SfxUnoControllerItem( SfxControllerItem*, SfxBindings&, const OUString& ); ~SfxUnoControllerItem(); const ::com::sun::star::util::URL& GetCommand() const |