summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlged.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/dlged.hxx')
-rw-r--r--basctl/source/inc/dlged.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx
index f49d684cbe80..1444bab59c65 100644
--- a/basctl/source/inc/dlged.hxx
+++ b/basctl/source/inc/dlged.hxx
@@ -32,7 +32,6 @@
#include <com/sun/star/awt/XControlContainer.hpp>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
-#include <com/sun/star/frame/XModel.hpp>
#include <tools/link.hxx>
#include <tools/gen.hxx>
#include <vcl/timer.hxx>
@@ -129,11 +128,9 @@ protected:
BOOL bDialogModelChanged;
Timer aMarkTimer;
long mnPaintGuard;
- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xDocument;
- DlgEditor(); // not implemented
public:
- DlgEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel );
+ DlgEditor();
~DlgEditor();
void SetWindow( Window* pWindow );