diff options
Diffstat (limited to 'include/vbahelper/vbapropvalue.hxx')
-rw-r--r-- | include/vbahelper/vbapropvalue.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vbahelper/vbapropvalue.hxx b/include/vbahelper/vbapropvalue.hxx index 23d9d3e743aa..0ea4417595d7 100644 --- a/include/vbahelper/vbapropvalue.hxx +++ b/include/vbahelper/vbapropvalue.hxx @@ -30,8 +30,6 @@ #include <vbahelper/vbadllapi.h> #include <vbahelper/vbahelper.hxx> -typedef ::cppu::WeakImplHelper< ov::XPropValue > PropValueImpl_BASE; - class VBAHELPER_DLLPUBLIC PropListener { public: @@ -43,7 +41,7 @@ protected: }; -class VBAHELPER_DLLPUBLIC ScVbaPropValue : public PropValueImpl_BASE +class VBAHELPER_DLLPUBLIC ScVbaPropValue : public ::cppu::WeakImplHelper< ov::XPropValue > { PropListener* m_pListener; public: |