summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-03-08 12:53:18 +0000
committerAndreas Bregas <ab@openoffice.org>2001-03-08 12:53:18 +0000
commit90e2c9b1597cfc41947eefdf7208be0550afdfdb (patch)
treef41c26b017792262119a2d6841988b13a8c46e8e /basic
parent78a8c4724eb9a09007a18ec9a80d7cc974fe97ad (diff)
#84474# New member in SbiRTLData
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/runtime.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index 16456f579611..1b487c2d5d5f 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: runtime.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ab $ $Date: 2000-11-29 11:32:32 $
+ * last change: $Author: ab $ $Date: 2001-03-08 13:53:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,9 +153,10 @@ public:
short nCurDirPos;
// #80200 HACK to provide minimum wildcard functionality
- sal_Bool bWildcard;
+ sal_Bool bNameCheck;
String sExtension;
String sPreWildcard;
+ String sFullNameToBeChecked;
#ifdef _USE_UNO
Sequence< OUString > aDirSeq;