[Libreoffice-commits] core.git: include/svl svl/source unusedcode.easy
Noel Grandin
noel at peralex.com
Thu Nov 6 03:53:40 PST 2014
include/svl/int64item.hxx | 1 -
svl/source/items/int64item.cxx | 6 ------
unusedcode.easy | 1 -
3 files changed, 8 deletions(-)
New commits:
commit b800d0b6ad74ce4a9adb23b865dd174d1eefa47b
Author: Noel Grandin <noel at peralex.com>
Date: Thu Nov 6 10:13:15 2014 +0200
svl: remove unused code
Change-Id: I5a01162d2925eede97f1cdc24aa876179b8b43b4
diff --git a/include/svl/int64item.hxx b/include/svl/int64item.hxx
index dbba225..9c7ebd5 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 dca26fa..b9be4fb 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 66de7df..ff93219 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)
More information about the Libreoffice-commits
mailing list