summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unotypewrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/unotypewrapper.hxx')
-rw-r--r--extensions/source/ole/unotypewrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unotypewrapper.hxx b/extensions/source/ole/unotypewrapper.hxx
index 5965bdb9a33e..a55b4912e75f 100644
--- a/extensions/source/ole/unotypewrapper.hxx
+++ b/extensions/source/ole/unotypewrapper.hxx
@@ -31,7 +31,7 @@
Returns true if the object could be created and initialized.
*/
bool createUnoTypeWrapper(BSTR sTypeName, VARIANT * pVariant);
-bool createUnoTypeWrapper(const rtl::OUString& sTypeName, VARIANT * pVar);
+bool createUnoTypeWrapper(const OUString& sTypeName, VARIANT * pVar);
class UnoTypeWrapper:
public CComObjectRootEx<CComMultiThreadModel>,