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 /sfx2 | |
parent | e27e53feea8822ee3ce10ee66a7ff0dbbbf5ee1a (diff) |
convert include/sfx2/unoctitm.cxx from String to OUString
Change-Id: Ief905dc3f4a809bd84a48ed6754040886b30da09
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index a8f1c8c6739e..09c57b36b66b 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -90,7 +90,7 @@ const char* URLTypeNames[URLType_COUNT] = "double" }; -SfxUnoControllerItem::SfxUnoControllerItem( SfxControllerItem *pItem, SfxBindings& rBind, const String& rCmd ) +SfxUnoControllerItem::SfxUnoControllerItem( SfxControllerItem *pItem, SfxBindings& rBind, const OUString& rCmd ) : pCtrlItem( pItem ) , pBindings( &rBind ) { |