summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlFixedContent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlFixedContent.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlFixedContent.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/filter/xml/xmlFixedContent.cxx b/reportdesign/source/filter/xml/xmlFixedContent.cxx
index c30c3344b9e0..284a678227e9 100644
--- a/reportdesign/source/filter/xml/xmlFixedContent.cxx
+++ b/reportdesign/source/filter/xml/xmlFixedContent.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -150,7 +150,7 @@ SvXMLImportContext* OXMLFixedContent::_CreateChildContext(
return pContext;
static const ::rtl::OUString s_sStringConcat(RTL_CONSTASCII_USTRINGPARAM(" & "));
- const SvXMLTokenMap& rTokenMap = m_rImport.GetCellElemTokenMap();
+ const SvXMLTokenMap& rTokenMap = m_rImport.GetCellElemTokenMap();
Reference<XMultiServiceFactory> xFactor = m_rImport.getServiceFactory();
m_rImport.GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP );
@@ -213,10 +213,10 @@ void OXMLFixedContent::EndElement()
m_xComponent = xControl.get();
xControl->setLabel(m_sLabel);
}
-
+
m_pContainer->addCell(m_xComponent);
m_rCell.setComponent(m_xComponent);
-
+
OXMLReportElementBase::EndElement();
}
}
@@ -232,7 +232,7 @@ void OXMLFixedContent::Characters( const ::rtl::OUString& rChars )
static const ::rtl::OUString s_sStringConcat(RTL_CONSTASCII_USTRINGPARAM(" & "));
m_sPageText += s_sStringConcat;
}
-
+
m_sPageText += s_Quote + rChars + s_Quote;
}
}