summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 08:24:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 08:24:05 +0000
commit792511821c93b7f495de6e4b0d2ef4e66a433c15 (patch)
tree86bb99e355503aeac3990b875890ddd181f8f798 /extensions/source/bibliography/datman.hxx
parent1e75aa24e1c8c46b33a10482ad1bf48a0c732f8c (diff)
INTEGRATION: CWS long2int (1.13.36); FILE MERGED
2005/10/26 18:07:11 kendy 1.13.36.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 6fdc298ac49d..35463bcfe463 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: datman.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:16:35 $
+ * last change: $Author: vg $ $Date: 2006-03-31 09:24:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -206,7 +206,7 @@ public:
void saveCtrModel(const ::rtl::OUString& rName,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & rCtrModel);
- sal_Bool moveRelative(long nMove);
+ sal_Bool moveRelative(sal_Int32 nMove);
void CreateMappingDialog(Window* pParent);
::rtl::OUString CreateDBChangeDialog(Window* pParent);