summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-06 10:13:15 +0200
committerNoel Grandin <noel@peralex.com>2014-11-06 13:52:55 +0200
commitb800d0b6ad74ce4a9adb23b865dd174d1eefa47b (patch)
treeb3040f62812ec6db7a11a0224e1710ac1e1983db /include
parent05050cdb23de586870bf479a9df5ced06828d498 (diff)
svl: remove unused code
Change-Id: I5a01162d2925eede97f1cdc24aa876179b8b43b4
Diffstat (limited to 'include')
-rw-r--r--include/svl/int64item.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/int64item.hxx b/include/svl/int64item.hxx
index dbba22528343..9c7ebd5b125d 100644
--- a/include/svl/int64item.hxx
+++ b/include/svl/int64item.hxx
@@ -47,7 +47,6 @@ public:
sal_Int64 GetValue() const { return mnValue;}
- void SetValue( sal_Int64 nVal );
};