summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
commit506e1efab370626dae5e3122b6876f5a1e0b1029 (patch)
treec4e72abc875b1e1ea5d6f9b156368a9fe1313571 /writerfilter
parentreduce whitespaces between include and filename (diff)
downloadcore-506e1efab370626dae5e3122b6876f5a1e0b1029.tar.gz
core-506e1efab370626dae5e3122b6876f5a1e0b1029.zip
trailing whitespaces
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/TablePositionHandler.cxx2
-rw-r--r--writerfilter/source/resourcemodel/qnametostrcore.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/TablePositionHandler.cxx b/writerfilter/source/dmapper/TablePositionHandler.cxx
index 8ae6ac20e6a4..46324a175eb3 100644
--- a/writerfilter/source/dmapper/TablePositionHandler.cxx
+++ b/writerfilter/source/dmapper/TablePositionHandler.cxx
@@ -118,7 +118,7 @@ uno::Sequence<beans::PropertyValue> TablePositionHandler::getTablePosition() con
nHoriOrient = text::HoriOrientation::OUTSIDE;
else if ( m_aXSpec == "right" )
nHoriOrient = text::HoriOrientation::RIGHT;
-
+
sal_Int16 nHoriOrientRelation;
if ( m_aHorzAnchor == "margin" )
nHoriOrientRelation = text::RelOrientation::PAGE_PRINT_AREA;
diff --git a/writerfilter/source/resourcemodel/qnametostrcore.cxx b/writerfilter/source/resourcemodel/qnametostrcore.cxx
index 81ed0f108823..e43150a16a05 100644
--- a/writerfilter/source/resourcemodel/qnametostrcore.cxx
+++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx
@@ -36,7 +36,7 @@ string WRITERFILTER_RESOURCEMODEL_DLLPUBLIC QNameToString::operator()(Id qName)
string sResult;
Map::const_iterator aIt = mMap.find(qName);
-
+
if (aIt != mMap.end())
sResult = aIt->second;