I'm pretty sure this was meant to be unsigned.
Change-Id: Id074e31542383f6a31181749d7d4a5219522d9e0
This commit is contained in:
parent
e92ed1560e
commit
2245288574
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue