summaryrefslogtreecommitdiff
path: root/svl/source/items/int64item.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/int64item.cxx')
-rw-r--r--svl/source/items/int64item.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/items/int64item.cxx b/svl/source/items/int64item.cxx
index 07ae77f70bf9..c407fbeb763a 100644
--- a/svl/source/items/int64item.cxx
+++ b/svl/source/items/int64item.cxx
@@ -95,10 +95,6 @@ SfxPoolItem* SfxInt64Item::Clone( SfxItemPool* /*pOther*/ ) const
return new SfxInt64Item(*this);
}
-sal_Int64 SfxInt64Item::GetValue() const
-{
- return mnValue;
-}
void SfxInt64Item::SetValue( sal_Int64 nVal )
{