diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-26 07:50:25 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-26 07:50:25 +0100 |
commit | fa2526c545f8fa64c8b91018428e27b2e2d8376e (patch) | |
tree | 1e99e65e0c6e9411b99e4e7a9d283f74fabc9e6d /basctl | |
parent | bef90950a08466069552616ae16d1941acd8b247 (diff) |
Remove some dead code.
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 29 | ||||
-rw-r--r-- | basctl/source/inc/bastypes.hxx | 1 |
2 files changed, 0 insertions, 30 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 9d22f36a47f0..75b698cb521d 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -73,9 +73,6 @@ private: public: inline ProgressInfo( SfxObjectShell* pObjSh, const String& rText, ULONG nRange ); - -// inline void StartProgress( const String& rName, ULONG nStates ); -// inline void EndProgress(); inline void StepProgress(); }; @@ -85,19 +82,6 @@ inline ProgressInfo::ProgressInfo( SfxObjectShell* pObjSh, const String& rText, nCurState = 0; } -// inline void ProgressInfo::StartProgress( const String& rName, ULONG nStates ) -// { -// nCurState = 0; -// if ( pStbMgr ) -// pStbMgr->StartProgressMode( rName, nStates ); -// } - -// inline void ProgressInfo::EndProgress() -// { -// if ( pStbMgr ) -// pStbMgr->EndProgressMode(); -//} - inline void ProgressInfo::StepProgress() { SetState( ++nCurState ); @@ -233,16 +217,6 @@ protected: BOOL ImplBasicEntryEdited( SvLBoxEntry* pEntry, const String& rResult ); SbxBase* ImplGetSBXForEntry( SvLBoxEntry* pEntry, bool& rbArrayElement ); -// virtual DragDropMode NotifyBeginDrag( SvLBoxEntry* ); -// virtual BOOL NotifyQueryDrop( SvLBoxEntry* ); - -// virtual BOOL NotifyMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, -// SvLBoxEntry*& rpNewParent, ULONG& rNewChildPos ); -// virtual BOOL NotifyCopying( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, -// SvLBoxEntry*& rpNewParent, ULONG& rNewChildPos ); -// BOOL NotifyCopyingMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, -// SvLBoxEntry*& rpNewParent, ULONG& rNewChildPos, BOOL bMove ); - public: WatchTreeListBox( Window* pParent, WinBits nWinBits ); ~WatchTreeListBox(); @@ -377,7 +351,6 @@ public: virtual void StoreData(); virtual void UpdateData(); virtual BOOL CanClose(); - // virtual void PrintData( Printer* pPrinter ); // return number of pages to be printed virtual sal_Int32 countPages( Printer* pPrinter ); // print page @@ -413,8 +386,6 @@ public: void EditMacro( const String& rMacroName ); -// void InsertFromObjectCatalog( ObjectCatalog* pObjDlg ); - BOOL ToggleBreakPoint( ULONG nLine ); BasicStatus& GetBasicStatus() { return aStatus; } diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx index e4bcbe29a294..e11b4b288814 100644 --- a/basctl/source/inc/bastypes.hxx +++ b/basctl/source/inc/bastypes.hxx @@ -70,7 +70,6 @@ sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex ); struct BasicStatus { -// BOOL bCompiled : 1; BOOL bIsRunning : 1; BOOL bError : 1; BOOL bIsInReschedule : 1; |