summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:23:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:23:48 +0000
commitf5e86c1afd63fa113ac072316529c4e3e02d9976 (patch)
tree8211286bdd89a0cb8ab5ad4d77a0580e1033328c /basctl/source
parentf2c3bbaae0add3ca9509a6903a1a7dbd81d9a3c1 (diff)
INTEGRATION: CWS ab53 (1.9.10); FILE MERGED
2008/06/06 13:13:18 ab 1.9.10.1: #i89523# Removed unused code
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/inc/basidesh.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx
index 8b365cdc7ded..a6c865ae0ee4 100644
--- a/basctl/source/inc/basidesh.hxx
+++ b/basctl/source/inc/basidesh.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: basidesh.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -76,12 +76,17 @@ DECLARE_TABLE( IDEWindowTable, IDEBaseWindow* )
typedef Table IDEWindowTable;
#endif
+namespace BasicIDE
+{
+ bool RemoveDialog( const ScriptDocument& rDocument, const String& rLibName, const String& rDlgName );
+}
+
class BasicIDEShell :public SfxViewShell
,public ::basctl::DocumentEventListener
{
friend class JavaDebuggingListenerImpl;
friend class LocalizationMgr;
-friend class BasicIDE;
+friend bool BasicIDE::RemoveDialog( const ScriptDocument& rDocument, const String& rLibName, const String& rDlgName );
ObjectCatalog* pObjectCatalog;
@@ -158,8 +163,6 @@ protected:
void DestroyModulWindowLayout();
void UpdateModulWindowLayout( bool bBasicStopped );
- sal_Bool HasBasic() const;
-
// DocumentEventListener
virtual void onDocumentCreated( const ScriptDocument& _rDocument );
virtual void onDocumentOpened( const ScriptDocument& _rDocument );
@@ -176,9 +179,7 @@ public:
SFX_DECL_INTERFACE( SVX_INTERFACE_BASIDE_VIEWSH )
SFX_DECL_VIEWFACTORY(BasicIDEShell);
- BasicIDEShell( SfxViewFrame *pFrame, Window *);
BasicIDEShell( SfxViewFrame *pFrame, SfxViewShell *pOldSh );
- BasicIDEShell( SfxViewFrame *pFrame, const BasicIDEShell &rOrig );
~BasicIDEShell();
IDEBaseWindow* GetCurWindow() const { return pCurWin; }