Kaydet (Commit) 22452885 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

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

Change-Id: Id074e31542383f6a31181749d7d4a5219522d9e0
üst e92ed156
......@@ -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);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment