diff options
Diffstat (limited to 'sw/source/ui/vba/vbaapplication.cxx')
-rw-r--r-- | sw/source/ui/vba/vbaapplication.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx index 448ad8626445..debbd6b14b65 100644 --- a/sw/source/ui/vba/vbaapplication.cxx +++ b/sw/source/ui/vba/vbaapplication.cxx @@ -45,6 +45,7 @@ #include <ooo/vba/word/XBookmarks.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/propertyvalue.hxx> +#include <cppu/unotype.hxx> #include <editeng/acorrcfg.hxx> #include <swdll.hxx> #include <swmodule.hxx> @@ -457,7 +458,7 @@ TypeAndIID SAL_CALL SwVbaApplication::GetConnectionPoint() { TypeAndIID aResult = - { word::XApplicationOutgoing::static_type(), + { cppu::UnoType<word::XApplicationOutgoing>::get(), "{82154422-0FBF-11D4-8313-005004526AB4}" }; |