From 9f4c18e64c1e552a57126975b88a7fbf2b092d3f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Sep 2013 13:15:25 +0200 Subject: convert remains of String to vbahelper module to OUString Change-Id: Ibbecdd1c28ba078e1031ec6185beaff05b6d8b6e --- include/vbahelper/vbahelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vbahelper') diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index be5d73906c53..f2f69f7bdcd2 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -59,7 +59,7 @@ namespace ooo /** Returns the VBA document implementation object representing the passed UNO document model. */ VBAHELPER_DLLPUBLIC css::uno::Reference< XHelperInterface > getVBADocument( const css::uno::Reference< css::frame::XModel >& xModel ); - VBAHELPER_DLLPUBLIC css::uno::Reference< XHelperInterface > getUnoDocModule( const String& aModName, SfxObjectShell* pShell ); + VBAHELPER_DLLPUBLIC css::uno::Reference< XHelperInterface > getUnoDocModule( const OUString& aModName, SfxObjectShell* pShell ); VBAHELPER_DLLPUBLIC SfxObjectShell* getSfxObjShell( const css::uno::Reference< css::frame::XModel >& xModel ) throw ( css::uno::RuntimeException); css::uno::Reference< css::frame::XModel > getCurrentDoc( const OUString& sKey ) throw (css::uno::RuntimeException); -- cgit