diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/core/contexthandler.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/inc/oox/core/contexthandler.hxx b/oox/inc/oox/core/contexthandler.hxx index f0562ec2b50d..9d098486340a 100644 --- a/oox/inc/oox/core/contexthandler.hxx +++ b/oox/inc/oox/core/contexthandler.hxx @@ -105,6 +105,10 @@ protected: void implSetLocator( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& rxLocator ); +#if _MSC_VER + ContextHandler() {} // workaround +#endif + private: ContextHandler& operator=( const ContextHandler& ); |