summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-09-03 10:56:10 +0000
committerThomas Benisch <tbe@openoffice.org>2001-09-03 10:56:10 +0000
commit7ae106bb38b0786757588199e63d94643bdbf8ec (patch)
tree10ae94369a1127662fbed63970ce60909316d1fe /basctl/source/basicide/moduldlg.hxx
parent3dfd05700cda93102ee457baf7ecf66bebf7ef3d (diff)
#91121# adapt library management in BasicIDE to library containers
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index ad66b0e5ca1f..92a20b15309c 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduldlg.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-08-29 12:26:11 $
+ * last change: $Author: tbe $ $Date: 2001-09-03 11:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -328,9 +328,6 @@ protected:
TabDialog* pTabDlg;
- static BOOL StringCompareLessThan( const String& rStr1, const String& rStr2 )
- { return (rStr1.CompareIgnoreCaseToAscii( rStr2 ) == COMPARE_LESS); }
-
public:
LibPage( Window* pParent );