summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-06-15 12:10:59 +0000
committerAndreas Bregas <ab@openoffice.org>2001-06-15 12:10:59 +0000
commit412f926f65fd7d132e14c3fea37da90030a8ba16 (patch)
treec252a18cef562bb7526a1959e61967bfb2dffe5a /basic/source
parent9bc4df40c0701dc01a93ff63010cdc32e103a78a (diff)
#88093# SbiRTLData extended for wildcard handling
Diffstat (limited to 'basic/source')
-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 7ef719aa79a8..740d714148d2 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: runtime.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ab $ $Date: 2001-05-30 10:57:28 $
+ * last change: $Author: ab $ $Date: 2001-06-15 13:10:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,8 @@ public:
short nCurDirPos;
// #80200 HACK to provide minimum wildcard functionality
- sal_Bool bNameCheck;
+ sal_Bool bDoCheck;
+ sal_Bool bNeedsDot;
String sExtension;
String sPreWildcard;
String sFullNameToBeChecked;