diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:18:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:18:57 +0000 |
commit | 63100e6fa14713d9b0bb673920f7792863fb55ad (patch) | |
tree | a134e8dc63ad45d1da2db8bde8e26cac153d606c /basctl | |
parent | 509064c31db0588eb618ee75f88f3bec80172e86 (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.hxx | 5 |
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 ); }; |