diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:58 +0000 |
commit | 7a2c6c8bfe30a50b094ec2209d51fd1f802d971e (patch) | |
tree | d9e4e46f55890b399f2d305a6d034a4688925d6c /padmin | |
parent | 15b9147b8e5e0e5c5982b997915b4b97567ade8c (diff) |
INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED
2006/05/23 16:18:53 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED
2005/11/11 15:50:41 pl 1.6.10.1: #i55991# removed warnings
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 67617ef6f249..087c79b79a02 100644 --- a/padmin/source/helper.hxx +++ b/padmin/source/helper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: helper.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2006-03-31 09:34:51 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:15:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -137,7 +137,7 @@ void FindFiles( const String& rDirectory, ::std::list< String >& rResult, const Config& getPadminRC(); void freePadminRC(); -bool chooseDirectory( Window* pParent, String& rInOutPath ); +bool chooseDirectory( String& rInOutPath ); } // namespace padmin |