summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svl/int64item.hxx1
-rw-r--r--svl/source/items/int64item.cxx6
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 8 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 );
};
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: */
diff --git a/unusedcode.easy b/unusedcode.easy
index 66de7df266dc..ff93219aad3b 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -27,7 +27,6 @@ ScRawToken::Delete()
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SfxAppMenuControl_Impl::RegisterControl(unsigned short, SfxModule*)
-SfxInt64Item::SetValue(long)
StyleSettings::SetAlternatingRowColor(Color const&)
StyleSettings::SetCursorSize(long)
StyleSettings::SetFloatTitleHeight(long)