summaryrefslogtreecommitdiffstats
path: root/padmin/source/helper.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-03-30 12:46:19 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-03-30 12:46:19 +0000
commitee72519e7412638387be9e7b60128e4a2195a6ff (patch)
tree41681e46ef679469784bef2e699dba82a72cce37 /padmin/source/helper.hxx
parentINTEGRATION: CWS vcl20 (1.12.74); FILE MERGED (diff)
downloadcore-ee72519e7412638387be9e7b60128e4a2195a6ff.tar.gz
core-ee72519e7412638387be9e7b60128e4a2195a6ff.zip
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/source/helper.hxx')
-rw-r--r--padmin/source/helper.hxx6
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();