summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basdoc.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/basicide/basdoc.hxx b/basctl/source/basicide/basdoc.hxx
index fafdd1b08ebe..4f59ad7672a9 100644
--- a/basctl/source/basicide/basdoc.hxx
+++ b/basctl/source/basicide/basdoc.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: basdoc.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -61,9 +61,6 @@ public:
BasicDocShell( SfxObjectCreateMode eMode = SFX_CREATE_MODE_STANDARD );
~BasicDocShell();
- void Execute( SfxRequest& rReq );
- void GetState( SfxItemSet& rSet );
-
SfxPrinter* GetPrinter( BOOL bCreate );
void SetPrinter( SfxPrinter* pPrinter );
};