diff options
Diffstat (limited to 'sd/source/ui/toolpanel/controls/PreviewValueSet.hxx')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/toolpanel/controls/PreviewValueSet.hxx | 4 |
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 2c693f20866f..1f8555d7733c 100644..100755 --- a/sd/source/ui/toolpanel/controls/PreviewValueSet.hxx +++ b/sd/source/ui/toolpanel/controls/PreviewValueSet.hxx @@ -88,8 +88,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 |