diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-13 23:16:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-14 09:52:49 +0000 |
commit | 9cdb0ca46b903852b9aee6252bc850c93cfa1fb5 (patch) | |
tree | 60c29584463d56e0bb7f21e5749f2366ecd94c09 /xmloff/source | |
parent | 8cbfe4e211e1aafe6cab64682b3e326153bdfb1e (diff) |
there's no point to OUStringsSort_Impl
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 3 |
2 files changed, 0 insertions, 4 deletions
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 |