diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-04 14:33:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-04 14:33:21 +0000 |
commit | 1aefb330d6f5232a1b29cbf2ff212ec3720026c6 (patch) | |
tree | 94f41ed850ce082e84919d71b77e4e4d2b319964 /basic | |
parent | 32d995ef34b00641d23d0259f7d6681707292b22 (diff) |
INTEGRATION: CWS ab22 (1.25.12); FILE MERGED
2005/10/26 14:58:15 ab 1.25.12.1: #b6335225# #i50147# New wildcard handling
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/runtime.hxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index 67fade442447..3127f389e0e8 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -4,9 +4,9 @@ * * $RCSfile: runtime.hxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2005-09-29 18:41:20 $ + * last change: $Author: kz $ $Date: 2005-11-04 15:33:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -164,6 +164,7 @@ struct SbiGosubStack { // GOSUB-Stack: class Dir; +class WildCard; class SbiRTLData { @@ -177,12 +178,8 @@ public: INT16 nDirFlags; short nCurDirPos; - // #80200 HACK to provide minimum wildcard functionality - sal_Bool bDoCheck; - sal_Bool bNeedsDot; - String sExtension; - String sPreWildcard; String sFullNameToBeChecked; + WildCard* pWildCard; #ifdef _USE_UNO Sequence< OUString > aDirSeq; |