summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/controls/PreviewValueSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/controls/PreviewValueSet.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/toolpanel/controls/PreviewValueSet.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/controls/PreviewValueSet.hxx b/sd/source/ui/toolpanel/controls/PreviewValueSet.hxx
index 69fa7e272330..0b8af21d5167 100644..100755
--- a/sd/source/ui/toolpanel/controls/PreviewValueSet.hxx
+++ b/sd/source/ui/toolpanel/controls/PreviewValueSet.hxx
@@ -87,8 +87,8 @@ private:
const int mnBorderHeight;
const int mnMaxColumnCount;
- USHORT CalculateColumnCount (int nWidth) const;
- USHORT CalculateRowCount (USHORT nColumnCount) const;
+ sal_uInt16 CalculateColumnCount (int nWidth) const;
+ sal_uInt16 CalculateRowCount (sal_uInt16 nColumnCount) const;
};
} } } // end of namespace ::sd::toolpanel::controls