svl/inc/svl/cintitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a98e9021234825a910c7101a23b8bb40ae8eade4 Author: Kohei Yoshida <[email protected]> Date: Wed Mar 13 11:55:02 2013 -0400 I'm pretty sure this was meant to be unsigned. Change-Id: Id074e31542383f6a31181749d7d4a5219522d9e0 diff --git a/svl/inc/svl/cintitem.hxx b/svl/inc/svl/cintitem.hxx index 6914dd5..e781ada 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); }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
