summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 08:34:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 08:34:39 +0000
commit0c49320ae1eb0eaa856baa78de043a236b39b4b8 (patch)
treeba8ddbf81b2337d1b94648647fa00614442dee13 /padmin
parent6a1400ac579fd629608e67a85286adcb1e87cc02 (diff)
INTEGRATION: CWS long2int (1.16.12); FILE MERGED
2005/10/26 18:07:22 kendy 1.16.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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx
index a8530df1d361..fe5cff312fdb 100644
--- a/padmin/source/helper.cxx
+++ b/padmin/source/helper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: helper.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:24:22 $
+ * last change: $Author: vg $ $Date: 2006-03-31 09:34:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,7 +105,7 @@ using namespace com::sun::star::ui::dialogs;
* PaResId
*/
-ResId padmin::PaResId( ULONG nId )
+ResId padmin::PaResId( sal_uInt32 nId )
{
static ResMgr* pPaResMgr = NULL;
if( ! pPaResMgr )