summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:18:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:18:57 +0000
commit63100e6fa14713d9b0bb673920f7792863fb55ad (patch)
treea134e8dc63ad45d1da2db8bde8e26cac153d606c /basctl
parent509064c31db0588eb618ee75f88f3bec80172e86 (diff)
INTEGRATION: CWS ab53 (1.8.10); FILE MERGED
2008/06/06 13:13:16 ab 1.8.10.1: #i89523# Removed unused code
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 );
};