summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexternaltabi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlexternaltabi.cxx')
-rw-r--r--sc/source/filter/xml/xmlexternaltabi.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/xml/xmlexternaltabi.cxx b/sc/source/filter/xml/xmlexternaltabi.cxx
index 0f80a8c56d5e..fc90e5d28f2c 100644
--- a/sc/source/filter/xml/xmlexternaltabi.cxx
+++ b/sc/source/filter/xml/xmlexternaltabi.cxx
@@ -41,8 +41,6 @@ using namespace ::com::sun::star;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::xml::sax::XAttributeList;
-
-
ScXMLExternalRefTabSourceContext::ScXMLExternalRefTabSourceContext(
ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName,
const Reference<XAttributeList>& xAttrList, ScXMLExternalTabData& rRefInfo ) :
@@ -124,8 +122,6 @@ void ScXMLExternalRefTabSourceContext::EndElement()
pRefMgr->setFilterData(mrExternalRefInfo.mnFileId, maFilterName, maFilterOptions);
}
-
-
ScXMLExternalRefRowsContext::ScXMLExternalRefRowsContext(
ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName,
const Reference<XAttributeList>& /* xAttrList */, ScXMLExternalTabData& rRefInfo ) :
@@ -167,8 +163,6 @@ void ScXMLExternalRefRowsContext::EndElement()
{
}
-
-
ScXMLExternalRefRowContext::ScXMLExternalRefRowContext(
ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName,
const Reference<XAttributeList>& xAttrList, ScXMLExternalTabData& rRefInfo ) :
@@ -244,8 +238,6 @@ void ScXMLExternalRefRowContext::EndElement()
mrExternalRefInfo.mnRow += mnRepeatRowCount;
}
-
-
ScXMLExternalRefCellContext::ScXMLExternalRefCellContext(
ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName,
const Reference<XAttributeList>& xAttrList, ScXMLExternalTabData& rRefInfo ) :
@@ -397,8 +389,6 @@ void ScXMLExternalRefCellContext::SetCellString(const OUString& rStr)
maCellString = rStr;
}
-
-
ScXMLExternalRefCellTextContext::ScXMLExternalRefCellTextContext(
ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName,
const Reference<XAttributeList>& /*xAttrList*/,