summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-19 15:27:30 +0200
committerNoel Grandin <noel@peralex.com>2015-03-23 09:42:23 +0200
commit468ff4b3b6e20cab284b5f6dbd7c8aa5a1ba1264 (patch)
treec855aa8d55122a03c40815f24c6dcb64a1d4cac2 /sc/source/ui/unoobj/datauno.cxx
parenta84c07509d9051084684987ad5ec47631afd50e5 (diff)
loplugin:constantfunction: sc
Change-Id: Id3268114041575d7dbb84e8d963ead566c78b928
Diffstat (limited to 'sc/source/ui/unoobj/datauno.cxx')
-rw-r--r--sc/source/ui/unoobj/datauno.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx
index 6b32203094e3..3e5f85422b31 100644
--- a/sc/source/ui/unoobj/datauno.cxx
+++ b/sc/source/ui/unoobj/datauno.cxx
@@ -158,13 +158,6 @@ sheet::GeneralFunction ScDataUnoConversion::SubTotalToGeneral( ScSubTotalFunc e
return eGeneral;
}
-// ScImportDescriptor: alles static
-
-long ScImportDescriptor::GetPropertyCount()
-{
- return 4;
-}
-
void ScImportDescriptor::FillProperties( uno::Sequence<beans::PropertyValue>& rSeq, const ScImportParam& rParam )
{
OSL_ENSURE( rSeq.getLength() == GetPropertyCount(), "falscher Count" );
@@ -264,15 +257,6 @@ void ScImportDescriptor::FillImportParam( ScImportParam& rParam, const uno::Sequ
}
}
-// ScSortDescriptor: alles static
-
-//! SortAscending muss aus der SheetSortDescriptor service-Beschreibung raus
-
-long ScSortDescriptor::GetPropertyCount()
-{
- return 9; // TableSortDescriptor and SheetSortDescriptor
-}
-
void ScSortDescriptor::FillProperties( uno::Sequence<beans::PropertyValue>& rSeq, const ScSortParam& rParam )
{
OSL_ENSURE( rSeq.getLength() == GetPropertyCount(), "falscher Count" );