Kaydet (Commit) 9cdb0ca4 authored tarafından Caolán McNamara's avatar Caolán McNamara

there's no point to OUStringsSort_Impl

üst 8cbfe4e2
...@@ -230,13 +230,6 @@ NumericFormatter::ConvertToFraction(long) ...@@ -230,13 +230,6 @@ NumericFormatter::ConvertToFraction(long)
NumericFormatter::ConvertToLong(Fraction const&) NumericFormatter::ConvertToLong(Fraction const&)
OLEObjCache::SetSize(unsigned long) OLEObjCache::SetSize(unsigned long)
ORegKey::acquireKey(void*) 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::AddColor(BitmapColor const&)
Octree::Octree(unsigned long) Octree::Octree(unsigned long)
OutputDevice::LogicToPixel(PolyPolygon const&, MapMode const&) const OutputDevice::LogicToPixel(PolyPolygon const&, MapMode const&) const
......
...@@ -50,7 +50,6 @@ class SvXMLExport; ...@@ -50,7 +50,6 @@ class SvXMLExport;
class SvXMLAutoStylePoolP; class SvXMLAutoStylePoolP;
class XMLTextFieldExport; class XMLTextFieldExport;
class OUStrings_Impl; class OUStrings_Impl;
class OUStringsSort_Impl;
class XMLTextNumRuleInfo; class XMLTextNumRuleInfo;
class XMLTextListAutoStylePool; class XMLTextListAutoStylePool;
class XMLSectionExport; class XMLSectionExport;
......
...@@ -46,7 +46,6 @@ class SvXMLExportItemMapper; ...@@ -46,7 +46,6 @@ class SvXMLExportItemMapper;
class SfxPoolItem; class SfxPoolItem;
class SfxItemSet; class SfxItemSet;
class OUStrings_Impl; class OUStrings_Impl;
class OUStringsSort_Impl;
class Rectangle; class Rectangle;
class ImpPresPageDrawStylePropMapper; class ImpPresPageDrawStylePropMapper;
......
...@@ -277,9 +277,6 @@ typedef OUString *OUStringPtr; ...@@ -277,9 +277,6 @@ typedef OUString *OUStringPtr;
SV_DECL_PTRARR_DEL( OUStrings_Impl, OUStringPtr, 20, 10 ) SV_DECL_PTRARR_DEL( OUStrings_Impl, OUStringPtr, 20, 10 )
SV_IMPL_PTRARR( OUStrings_Impl, OUStringPtr ) 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 #ifdef DBG_UTIL
static int txtparae_bContainsIllegalCharacters = sal_False; static int txtparae_bContainsIllegalCharacters = sal_False;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment