summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/csvtablebox.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 14:00:13 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 14:00:13 +0000
commit95943d94ecffa678410e4a0bd3bf57311f001141 (patch)
treeaf3f52f7d0e0d77f1c62934ec270d7869d8b994c /sc/source/ui/dbgui/csvtablebox.cxx
parentdd85912b4d36da4b070ce463b615db82d16f11af (diff)
INTEGRATION: CWS sixtyfour11 (1.11.144); FILE MERGED
2007/03/12 16:39:27 kendy 1.11.144.1: #i75331# Don't introduce new virtual methods where they should be overridden.
Diffstat (limited to 'sc/source/ui/dbgui/csvtablebox.cxx')
-rw-r--r--sc/source/ui/dbgui/csvtablebox.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/dbgui/csvtablebox.cxx b/sc/source/ui/dbgui/csvtablebox.cxx
index a46ada5303f9..26cb5aae0b1d 100644
--- a/sc/source/ui/dbgui/csvtablebox.cxx
+++ b/sc/source/ui/dbgui/csvtablebox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: csvtablebox.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:01:30 $
+ * last change: $Author: rt $ $Date: 2007-04-25 15:00:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,10 +148,10 @@ void ScCsvTableBox::InitControls()
{
maGrid.UpdateLayoutData();
- sal_Int32 nScrollBarSize = GetSettings().GetStyleSettings().GetScrollBarSize();
+ long nScrollBarSize = GetSettings().GetStyleSettings().GetScrollBarSize();
Size aWinSize = CalcOutputSize( GetSizePixel() );
- sal_Int32 nDataWidth = aWinSize.Width() - nScrollBarSize;
- sal_Int32 nDataHeight = aWinSize.Height() - nScrollBarSize;
+ long nDataWidth = aWinSize.Width() - nScrollBarSize;
+ long nDataHeight = aWinSize.Height() - nScrollBarSize;
maData.mnWinWidth = nDataWidth;
maData.mnWinHeight = nDataHeight;