summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 08:34:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 08:34:51 +0000
commit7e7b4d38bf6fde5414c3a4e1fa297701cbddc404 (patch)
treebc4ea8381652dde3010d8d921df2df096624fccb /padmin
parent0c49320ae1eb0eaa856baa78de043a236b39b4b8 (diff)
INTEGRATION: CWS long2int (1.6.12); FILE MERGED
2005/10/26 18:07:22 kendy 1.6.12.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.
Diffstat (limited to 'padmin')
-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 eb23f026c00b..67617ef6f249 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: helper.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:24:36 $
+ * last change: $Author: vg $ $Date: 2006-03-31 09:34:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,7 +130,7 @@ public:
BOOL AreYouSure( Window*, int nRid = -1 );
-ResId PaResId( ULONG nId );
+ResId PaResId( sal_uInt32 nId );
void FindFiles( const String& rDirectory, ::std::list< String >& rResult, const String& rSuffixes, bool bRecursive = false );