I'm pretty sure this was meant to be unsigned.

Change-Id: Id074e31542383f6a31181749d7d4a5219522d9e0
This commit is contained in:
Kohei Yoshida 2013-03-13 11:55:02 -04:00
parent e92ed1560e
commit 2245288574

View file

@ -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);
};