summaryrefslogtreecommitdiff
path: root/xmloff/source/style/chrlohdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/chrlohdl.cxx')
-rw-r--r--xmloff/source/style/chrlohdl.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/style/chrlohdl.cxx b/xmloff/source/style/chrlohdl.cxx
index d23159d06505..855266aa2fbd 100644
--- a/xmloff/source/style/chrlohdl.cxx
+++ b/xmloff/source/style/chrlohdl.cxx
@@ -25,24 +25,20 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/lang/Locale.hpp>
-
using namespace ::com::sun::star;
using namespace ::xmloff::token;
-
/* TODO-BCP47: this fiddling with Locale is quite ugly and fragile, especially
* for the fo:script temporarily stored in Variant, it would be better to use
* LanguageTagODF but we have that nasty UNO API requirement here.
* => make LanguageTagODF (unpublished) API? */
-
// For runtime performance, instead of converting back and forth between
// com::sun::star::Locale and LanguageTag to decide if script or tag are
// needed, this code takes advantage of knowledge about the internal
// representation of BCP 47 language tags in a Locale if present as done in a
// LanguageTag.
-
XMLCharLanguageHdl::~XMLCharLanguageHdl()
{
// nothing to do
@@ -130,8 +126,6 @@ sal_Bool XMLCharLanguageHdl::exportXML( OUString& rStrExpValue, const uno::Any&
return sal_True;
}
-// ===========================================================================
-
XMLCharScriptHdl::~XMLCharScriptHdl()
{
// nothing to do
@@ -246,8 +240,6 @@ sal_Bool XMLCharScriptHdl::exportXML( OUString& rStrExpValue, const uno::Any& rV
return sal_True;
}
-// ===========================================================================
-
XMLCharCountryHdl::~XMLCharCountryHdl()
{
// nothing to do
@@ -319,8 +311,6 @@ sal_Bool XMLCharCountryHdl::exportXML( OUString& rStrExpValue, const uno::Any& r
return sal_True;
}
-// ===========================================================================
-
XMLCharRfcLanguageTagHdl::~XMLCharRfcLanguageTagHdl()
{
// nothing to do