summaryrefslogtreecommitdiff
path: root/include/oox/ole/vbaproject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/vbaproject.hxx')
-rw-r--r--include/oox/ole/vbaproject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx
index ea7ffcccd351..b7bbd4e1e9be 100644
--- a/include/oox/ole/vbaproject.hxx
+++ b/include/oox/ole/vbaproject.hxx
@@ -166,10 +166,10 @@ private:
css::uno::Reference< css::container::XNameContainer >
openLibrary( sal_Int32 nPropId, bool bCreateMissing );
/** Creates and returns the Basic library of the document used for import. */
- css::uno::Reference< css::container::XNameContainer >
+ css::uno::Reference< css::container::XNameContainer > const &
createBasicLibrary();
/** Creates and returns the dialog library of the document used for import. */
- css::uno::Reference< css::container::XNameContainer >
+ css::uno::Reference< css::container::XNameContainer > const &
createDialogLibrary();
/** Imports the VBA code modules and forms. */