diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-06 10:13:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-06 13:52:55 +0200 |
commit | b800d0b6ad74ce4a9adb23b865dd174d1eefa47b (patch) | |
tree | b3040f62812ec6db7a11a0224e1710ac1e1983db /svl | |
parent | 05050cdb23de586870bf479a9df5ced06828d498 (diff) |
svl: remove unused code
Change-Id: I5a01162d2925eede97f1cdc24aa876179b8b43b4
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/int64item.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/source/items/int64item.cxx b/svl/source/items/int64item.cxx index dca26fab9860..b9be4fb280aa 100644 --- a/svl/source/items/int64item.cxx +++ b/svl/source/items/int64item.cxx @@ -96,10 +96,4 @@ SfxPoolItem* SfxInt64Item::Clone( SfxItemPool* /*pOther*/ ) const } -void SfxInt64Item::SetValue( sal_Int64 nVal ) -{ - mnValue = nVal; -} - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |