[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - svl/inc
Kohei Yoshida
kohei.yoshida at gmail.com
Wed Mar 13 08:52:53 PDT 2013
svl/inc/svl/cintitem.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a98e9021234825a910c7101a23b8bb40ae8eade4
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
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);
};
More information about the Libreoffice-commits
mailing list