summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimpit.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-09 01:04:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-21 15:31:09 +0000
commit42deae1e9d3ea0ed4ff5d1423c786d15ebcebfea (patch)
tree0be8f8da7a3ed20c5fe869ecf1a61ebfaeb251fe /sw/source/filter/xml/xmlimpit.cxx
parentf6fef3a970eff5b81c2bc7390ddd6ac96931a92a (diff)
Translate German comments and remove superfluous ones as well as visual noise
Conflicts: sc/source/ui/view/select.cxx sc/source/ui/view/viewdata.cxx sw/source/core/text/redlnitr.cxx sw/source/core/text/txtfrm.cxx sw/source/core/text/txtftn.cxx sw/source/ui/table/tabledlg.cxx Change-Id: I23371b913514d656552bc6f7fb4ba554ee6a3694
Diffstat (limited to 'sw/source/filter/xml/xmlimpit.cxx')
-rw-r--r--sw/source/filter/xml/xmlimpit.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/filter/xml/xmlimpit.cxx b/sw/source/filter/xml/xmlimpit.cxx
index 1b73883d6c10..3bdac75eac22 100644
--- a/sw/source/filter/xml/xmlimpit.cxx
+++ b/sw/source/filter/xml/xmlimpit.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "xmlimpit.hxx"
#include <sax/tools/converter.hxx>
@@ -31,7 +30,6 @@
#include <editeng/xmlcnitm.hxx>
#include <editeng/memberids.hrc>
-
#include "hintids.hxx"
#include "unomid.h"
#include <svx/unomid.hxx>
@@ -75,7 +73,7 @@ SvXMLImportItemMapper::setMapEntries( SvXMLItemMapEntriesRef rMapEntries )
mrMapEntries = rMapEntries;
}
-/** fills the given itemset with the attributes in the given list */
+// fills the given itemset with the attributes in the given list
void SvXMLImportItemMapper::importXML( SfxItemSet& rSet,
uno::Reference< xml::sax::XAttributeList > xAttrList,
const SvXMLUnitConverter& rUnitConverter,
@@ -439,7 +437,7 @@ bool SvXMLImportItemMapper::PutXMLValue(
SvxBoxItem* pBox = PTR_CAST(SvxBoxItem, &rItem);
OSL_ENSURE( pBox != NULL, "Wrong WHich-ID" );
- /** copy SvxBorderLines */
+ // copy SvxBorderLines
BoxHolder aBoxes(pBox);
sal_Int32 nTemp;
@@ -988,5 +986,4 @@ bool SvXMLImportItemMapper::PutXMLValue(
return bOk;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */