diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2019-12-22 20:21:31 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-23 07:41:13 +0100 |
commit | 276a90c6b3fb046df13ae85dcdec5f28f23ee527 (patch) | |
tree | 2d2d25fe72cb7604cd6f7028bedd0365efee22bc /include | |
parent | 3f8fc1a384cafdb61a2cfc654d1641f81d58bb34 (diff) |
tdf#46037: remove configurationhelper in oox/vbaproject
Change-Id: I431216749e70f531a26432cb25909ff3c7fb3de5
Reviewed-on: https://gerrit.libreoffice.org/85715
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/ole/vbaproject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx index e72c356f1864..d158819a06ef 100644 --- a/include/oox/ole/vbaproject.hxx +++ b/include/oox/ole/vbaproject.hxx @@ -66,7 +66,7 @@ public: bool isExportVba() const; private: - css::uno::Reference< css::uno::XInterface > + css::uno::Reference< css::uno::XComponentContext > mxConfigAccess; }; |