summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/inc/svl/cintitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/cintitem.hxx b/svl/inc/svl/cintitem.hxx
index 6914dd5b327b..e781ada09a35 100644
--- a/svl/inc/svl/cintitem.hxx
+++ b/svl/inc/svl/cintitem.hxx
@@ -134,7 +134,7 @@ public:
virtual SfxFieldUnit GetUnit() const;
- sal_Int16 GetValue() const { return m_nValue; }
+ sal_uInt16 GetValue() const { return m_nValue; }
inline void SetValue(sal_uInt16 nTheValue);
};