summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-11-16 17:06:02 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-16 18:21:38 +0000
commit41c77ac5e814e8f0080468ca79fe7c2473402720 (patch)
tree262f587a0b1394850e390c6e6b68da764c613c8f /xmlscript
parentec2e175384f89d183def1d53f33a6bb394278c87 (diff)
targetted cleanup of misc. vba pieces.
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/imp_share.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/imp_share.hxx b/xmlscript/source/xmldlg_imexp/imp_share.hxx
index 5ea50d3af3a9..8700c441dcc1 100644
--- a/xmlscript/source/xmldlg_imexp/imp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/imp_share.hxx
@@ -107,9 +107,8 @@ inline bool getLongAttr(
class ImportContext;
//==============================================================================
-typedef ::cppu::WeakImplHelper1< css::xml::input::XRoot > DialogImport_Base;
struct DialogImport
- : DialogImport_Base
+ : public ::cppu::WeakImplHelper1< css::xml::input::XRoot >
{
friend class ImportContext;
@@ -162,7 +161,8 @@ public:
, _xDialogModelFactory( xDialogModel, css::uno::UNO_QUERY_THROW ), _xDoc( xDoc )
{ OSL_ASSERT( _xDialogModel.is() && _xDialogModelFactory.is() &&
_xContext.is() ); }
- inline DialogImport( const DialogImport& rOther ) : DialogImport_Base()
+ inline DialogImport( const DialogImport& rOther ) :
+ ::cppu::WeakImplHelper1< css::xml::input::XRoot >()
, _xContext( rOther._xContext )
, _xSupplier( rOther._xSupplier )
, _pStyleNames( rOther._pStyleNames )