summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/uielement.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-13 22:07:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-13 22:07:01 +0100
commit6376d23c51056284b55f486569433953ec36e7d2 (patch)
tree2c4e96d8f8c70ad93b1a63f2da9886ed929d3173 /framework/inc/uielement/uielement.hxx
parent4eda033a0077b608a9a17ffb09485ad3d7dc0948 (diff)
More ToolBox sal_uInt16 -> ImplToolItems::size_type clean-up
Change-Id: I6ec50033a452493852729dc8efe78da2708cbd96
Diffstat (limited to 'framework/inc/uielement/uielement.hxx')
-rw-r--r--framework/inc/uielement/uielement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/uielement.hxx b/framework/inc/uielement/uielement.hxx
index 092417dd5ab8..265e0db69661 100644
--- a/framework/inc/uielement/uielement.hxx
+++ b/framework/inc/uielement/uielement.hxx
@@ -50,7 +50,7 @@ struct FloatingData
css::awt::Point m_aPos;
css::awt::Size m_aSize;
- sal_Int16 m_nLines;
+ ToolBox::ImplToolItems::size_type m_nLines;
bool m_bIsHorizontal;
};