summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-05 12:11:38 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-05 12:11:38 +0000
commit17e2497b6c679c89af84f586b79194cf4e18f2ab (patch)
tree3b714097d13fb1fe5ce08675d4dc93199d572538 /sw/inc
parent65902a315f6587d1d83ef60f4f73f926a84dedf2 (diff)
INTEGRATION: CWS tl39 (1.18.14); FILE MERGED
2007/06/26 13:54:32 tl 1.18.14.1: #i77024# chart2 with more than 26 columns
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unotbl.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index a458b6b6f342..2a30a643f8fb 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unotbl.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 16:22:18 $
+ * last change: $Author: rt $ $Date: 2007-07-05 13:11:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -302,10 +302,10 @@ public:
--------------------------------------------------*/
struct SwRangeDescriptor
{
- sal_uInt16 nTop;
- sal_uInt16 nLeft;
- sal_uInt16 nBottom;
- sal_uInt16 nRight;
+ sal_Int32 nTop;
+ sal_Int32 nLeft;
+ sal_Int32 nBottom;
+ sal_Int32 nRight;
void Normalize();
};