summaryrefslogtreecommitdiff
path: root/include/svl/int64item.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/int64item.hxx')
-rw-r--r--include/svl/int64item.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/int64item.hxx b/include/svl/int64item.hxx
index 06876e63d7dc..c49ead68e29f 100644
--- a/include/svl/int64item.hxx
+++ b/include/svl/int64item.hxx
@@ -45,7 +45,7 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool* pOther = NULL ) const SAL_OVERRIDE;
- sal_Int64 GetValue() const;
+ sal_Int64 GetValue() const { return mnValue;}
void SetValue( sal_Int64 nVal );
};