diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 12:46:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 12:46:19 +0000 |
commit | ee72519e7412638387be9e7b60128e4a2195a6ff (patch) | |
tree | 41681e46ef679469784bef2e699dba82a72cce37 /padmin | |
parent | 1f063e4618be365715ad0d24f365868c1ea3c269 (diff) |
INTEGRATION: CWS vcl20 (1.4.128); FILE MERGED
2004/02/20 14:57:26 pl 1.4.128.1: #i20934# search in subdirectories for fonts, too
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/helper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx index 89ef61f98d4f..ea4f169b1b6a 100644 --- a/padmin/source/helper.hxx +++ b/padmin/source/helper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: helper.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pl $ $Date: 2001-09-04 16:24:50 $ + * last change: $Author: rt $ $Date: 2004-03-30 13:46:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,7 +158,7 @@ BOOL AreYouSure( Window*, int nRid = -1 ); ResId PaResId( ULONG nId ); -void FindFiles( const String& rDirectory, ::std::list< String >& rResult, const String& rSuffixes ); +void FindFiles( const String& rDirectory, ::std::list< String >& rResult, const String& rSuffixes, bool bRecursive = false ); Config& getPadminRC(); void freePadminRC(); |