summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table/tablepg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/table/tablepg.hxx')
-rw-r--r--sw/source/uibase/table/tablepg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index 4aa1c6d3faf6..2bff723adf2b 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -61,12 +61,12 @@ class SwFormatTablePage : public SfxTabPage
std::unique_ptr<svx::FrameDirectionListBox> m_xTextDirectionLB;
std::unique_ptr<weld::Widget> m_xProperties;
- int m_nOrigWidthMin;
- int m_nOrigWidthMax;
- int m_nOrigLeftMin;
- int m_nOrigLeftMax;
- int m_nOrigRightMin;
- int m_nOrigRightMax;
+ sal_Int64 m_nOrigWidthMin;
+ sal_Int64 m_nOrigWidthMax;
+ sal_Int64 m_nOrigLeftMin;
+ sal_Int64 m_nOrigLeftMax;
+ sal_Int64 m_nOrigRightMin;
+ sal_Int64 m_nOrigRightMax;
void Init();
void ModifyHdl(const weld::MetricSpinButton& rEdit, bool bAllowInconsistencies = false);