summaryrefslogtreecommitdiff
path: root/oox/source/token
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/token')
-rw-r--r--oox/source/token/namespacemap.cxx3
-rw-r--r--oox/source/token/propertynames.cxx4
-rw-r--r--oox/source/token/tokenmap.cxx6
3 files changed, 0 insertions, 13 deletions
diff --git a/oox/source/token/namespacemap.cxx b/oox/source/token/namespacemap.cxx
index 11567fe16d3e..f320b993e310 100644
--- a/oox/source/token/namespacemap.cxx
+++ b/oox/source/token/namespacemap.cxx
@@ -21,8 +21,6 @@
namespace oox {
-
-
NamespaceMap::NamespaceMap()
{
static const struct NamespaceUrl { sal_Int32 mnId; const sal_Char* mpcUrl; } spNamespaceUrls[] =
@@ -48,5 +46,4 @@ NamespaceMap::NamespaceMap()
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oox/source/token/propertynames.cxx b/oox/source/token/propertynames.cxx
index a3fce1fe889c..1c27d660c9c4 100644
--- a/oox/source/token/propertynames.cxx
+++ b/oox/source/token/propertynames.cxx
@@ -21,8 +21,6 @@
namespace oox {
-
-
PropertyNameVector::PropertyNameVector()
{
static const sal_Char* sppcPropertyNames[] =
@@ -38,8 +36,6 @@ PropertyNameVector::PropertyNameVector()
push_back( OUString::createFromAscii( sppcPropertyNames[ nIndex ] ) );
}
-
-
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oox/source/token/tokenmap.cxx b/oox/source/token/tokenmap.cxx
index 3ee6b69e23ab..2989a343be92 100644
--- a/oox/source/token/tokenmap.cxx
+++ b/oox/source/token/tokenmap.cxx
@@ -26,10 +26,8 @@
namespace oox {
-
using ::com::sun::star::uno::Sequence;
-
namespace {
// include auto-generated Perfect_Hash
#if defined __clang__
@@ -46,8 +44,6 @@ namespace {
#endif
} // namespace
-
-
TokenMap::TokenMap() :
maTokenNames( static_cast< size_t >( XML_TOKEN_COUNT ) )
{
@@ -119,8 +115,6 @@ sal_Int32 TokenMap::getTokenPerfectHash( const char *pStr, sal_Int32 nLength ) c
return pToken ? pToken->nToken : XML_TOKEN_INVALID;
}
-
-
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */