summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basdoc.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index 967800f47f0c..cb1cde5b1a87 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: basdoc.cxx,v $
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
* This file is part of OpenOffice.org.
*
@@ -73,14 +73,6 @@ __EXPORT BasicDocShell::~BasicDocShell()
delete pPrinter;
}
-void __EXPORT BasicDocShell::Execute( SfxRequest& )
-{
-}
-
-void __EXPORT BasicDocShell::GetState( SfxItemSet& )
-{
-}
-
SfxPrinter* BasicDocShell::GetPrinter( BOOL bCreate )
{
if ( !pPrinter && bCreate )