summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unusedcode.easy7
-rw-r--r--xmloff/inc/xmloff/txtparae.hxx1
-rw-r--r--xmloff/source/draw/sdxmlexp_impl.hxx1
-rw-r--r--xmloff/source/text/txtparae.cxx3
4 files changed, 0 insertions, 12 deletions
diff --git a/unusedcode.easy b/unusedcode.easy
index c84d3f19c004..41e01dd1527d 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -230,13 +230,6 @@ NumericFormatter::ConvertToFraction(long)
NumericFormatter::ConvertToLong(Fraction const&)
OLEObjCache::SetSize(unsigned long)
ORegKey::acquireKey(void*)
-OUStringsSort_Impl::DeleteAndDestroy(unsigned short, unsigned short)
-OUStringsSort_Impl::Insert(OUStringsSort_Impl const*, unsigned short, unsigned short)
-OUStringsSort_Impl::Insert(rtl::OUString* const&)
-OUStringsSort_Impl::Insert(rtl::OUString* const&, unsigned short&)
-OUStringsSort_Impl::Insert(rtl::OUString* const*, unsigned short)
-OUStringsSort_Impl::Remove(rtl::OUString* const&, unsigned short)
-OUStringsSort_Impl::Remove(unsigned short, unsigned short)
Octree::AddColor(BitmapColor const&)
Octree::Octree(unsigned long)
OutputDevice::LogicToPixel(PolyPolygon const&, MapMode const&) const
diff --git a/xmloff/inc/xmloff/txtparae.hxx b/xmloff/inc/xmloff/txtparae.hxx
index cb095ebcfc75..0ed0583cdb60 100644
--- a/xmloff/inc/xmloff/txtparae.hxx
+++ b/xmloff/inc/xmloff/txtparae.hxx
@@ -50,7 +50,6 @@ class SvXMLExport;
class SvXMLAutoStylePoolP;
class XMLTextFieldExport;
class OUStrings_Impl;
-class OUStringsSort_Impl;
class XMLTextNumRuleInfo;
class XMLTextListAutoStylePool;
class XMLSectionExport;
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx
index 252c3b267270..0558fae1bd39 100644
--- a/xmloff/source/draw/sdxmlexp_impl.hxx
+++ b/xmloff/source/draw/sdxmlexp_impl.hxx
@@ -46,7 +46,6 @@ class SvXMLExportItemMapper;
class SfxPoolItem;
class SfxItemSet;
class OUStrings_Impl;
-class OUStringsSort_Impl;
class Rectangle;
class ImpPresPageDrawStylePropMapper;
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 40d4203353e1..7df0eb565caa 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -277,9 +277,6 @@ typedef OUString *OUStringPtr;
SV_DECL_PTRARR_DEL( OUStrings_Impl, OUStringPtr, 20, 10 )
SV_IMPL_PTRARR( OUStrings_Impl, OUStringPtr )
-SV_DECL_PTRARR_SORT_DEL( OUStringsSort_Impl, OUStringPtr, 20, 10 )
-SV_IMPL_OP_PTRARR_SORT( OUStringsSort_Impl, OUStringPtr )
-
#ifdef DBG_UTIL
static int txtparae_bContainsIllegalCharacters = sal_False;
#endif