diff options
Diffstat (limited to 'basic/source/classes/errobject.cxx')
-rw-r--r-- | basic/source/classes/errobject.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/basic/source/classes/errobject.cxx b/basic/source/classes/errobject.cxx index b1b2bf1c502a..7abf2567fd12 100644 --- a/basic/source/classes/errobject.cxx +++ b/basic/source/classes/errobject.cxx @@ -27,9 +27,8 @@ using namespace ::com::sun::star; using namespace ::ooo; -typedef ::cppu::WeakImplHelper< vba::XErrObject, script::XDefaultProperty > ErrObjectImpl_BASE; - -class ErrObject : public ErrObjectImpl_BASE +class ErrObject : public ::cppu::WeakImplHelper< vba::XErrObject, + script::XDefaultProperty > { OUString m_sHelpFile; OUString m_sSource; |