summaryrefslogtreecommitdiff
path: root/oox/source/token/propertynames.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/token/propertynames.cxx')
-rw-r--r--oox/source/token/propertynames.cxx4
1 files changed, 0 insertions, 4 deletions
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: */