summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-08-06 11:03:20 +0000
committerRelease Engineers <releng@openoffice.org>2009-08-06 11:03:20 +0000
commitf4ba26d7568062c21a569e987a9b3b93849c64ed (patch)
tree80535c5960ec8b103e8e35a24a57de190fc85fe9 /basctl/source/basicide/moduldlg.hxx
parent12e1a0d94ca1bacc399b3a58d416d21c035c3122 (diff)
CWS-TOOLING: integrate CWS ab72
2009-08-03 14:57:25 +0200 jsk r274581 : #i103969 - fixed f_windowfunctions.bas 2009-08-03 13:29:21 +0200 jsk r274577 : #i103969 - minor stability improvements and a rewrite to use GUI function to install extension (CLI version fails for some unknown reason) 2009-07-16 10:43:48 +0200 ab r274033 : #i82918# Added support to pass context explicitely to service ctors 2009-07-08 16:24:05 +0200 ab r273839 : CWS-TOOLING: rebase CWS ab72 to trunk@273468 (milestone: DEV300:m51) 2009-07-02 13:09:22 +0200 ab r273641 : #i89740# Fixed resource typos 2009-07-02 12:21:49 +0200 ab r273635 : #i99461# Applied patch 2009-06-23 15:56:08 +0200 ab r273284 : #i100578# applied patch 2009-06-23 11:52:45 +0200 ab r273271 : #i100600# applied patch 2009-06-22 14:35:15 +0200 ab r273231 : #i101603# applied patch 2009-06-22 13:24:22 +0200 ab r273227 : #i100540# applied patch to remove unused code 2009-06-10 13:33:20 +0200 ab r272806 : #i82918# New style service ctor support
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 6d9a468fd498..b5066463ec51 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -131,12 +131,8 @@ public:
~BasicCheckBox();
SvLBoxEntry* DoInsertEntry( const String& rStr, ULONG nPos = LISTBOX_APPEND );
- void RemoveEntry( ULONG nPos );
SvLBoxEntry* FindEntry( const String& rName );
- ULONG GetSelectEntryPos() const;
-
- ULONG GetCheckedEntryCount() const;
void CheckEntryPos( ULONG nPos, BOOL bCheck = TRUE );
BOOL IsChecked( ULONG nPos ) const;