summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:16:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:16:12 +0000
commitf4918d15af61fcf78bccbdb6a7471d9920ddcced (patch)
tree75034a03d5a67bc949c361f42cc9c158e465658d /padmin
parent7a2c6c8bfe30a50b094ec2209d51fd1f802d971e (diff)
INTEGRATION: CWS warnings01 (1.12.10); FILE MERGED
2006/04/07 17:36:42 sb 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/11 15:50:41 pl 1.12.10.1: #i55991# removed warnings
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/newppdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/newppdlg.cxx b/padmin/source/newppdlg.cxx
index 8f40d66b4275..1ba410c900d0 100644
--- a/padmin/source/newppdlg.cxx
+++ b/padmin/source/newppdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: newppdlg.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-03-22 10:26:08 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:16:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -222,7 +222,7 @@ IMPL_LINK( PPDImportDialog, ClickBtnHdl, PushButton*, pButton )
else if( pButton == &m_aSearchBtn )
{
String aPath( m_aPathBox.GetText() );
- if( chooseDirectory( this, aPath ) )
+ if( chooseDirectory( aPath ) )
{
m_aPathBox.SetText( aPath );
Import();