From 2245288574ef77b09416872326b4543c82790815 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 13 Mar 2013 11:55:02 -0400 Subject: I'm pretty sure this was meant to be unsigned. Change-Id: Id074e31542383f6a31181749d7d4a5219522d9e0 --- svl/inc/svl/cintitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/inc') 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); }; -- cgit v1.2.3