diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:46 +0000 |
commit | 15b9147b8e5e0e5c5982b997915b4b97567ade8c (patch) | |
tree | c49cf3aa5f3aa877a7c80620d8d3bbb871fd2071 | |
parent | b944f60b5ceb21a8770eced05cde664ce1695463 (diff) |
INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED
2006/05/23 16:18:46 sb 1.16.10.2: RESYNC: (1.16-1.18); FILE MERGED
2005/11/11 15:50:40 pl 1.16.10.1: #i55991# removed warnings
-rw-r--r-- | padmin/source/helper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx index 1665ae352c10..76e5483a561c 100644 --- a/padmin/source/helper.cxx +++ b/padmin/source/helper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helper.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2006-04-07 14:26:03 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:15:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -327,7 +327,7 @@ void padmin::freePadminRC() delete pRC, pRC = NULL; } -bool padmin::chooseDirectory( Window* pParent, String& rInOutPath ) +bool padmin::chooseDirectory( String& rInOutPath ) { bool bRet = false; Reference< XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); |