summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:15:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:15:46 +0000
commit15b9147b8e5e0e5c5982b997915b4b97567ade8c (patch)
treec49cf3aa5f3aa877a7c80620d8d3bbb871fd2071 /padmin
parentb944f60b5ceb21a8770eced05cde664ce1695463 (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
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/helper.cxx6
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() );