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.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/xml/xmlexternaltabi.cxx b/sc/source/filter/xml/xmlexternaltabi.cxx
index 73c00cdc136b..86c0b2ffc2a1 100644
--- a/sc/source/filter/xml/xmlexternaltabi.cxx
+++ b/sc/source/filter/xml/xmlexternaltabi.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
@@ -98,12 +98,12 @@ SvXMLImportContext* ScXMLExternalRefTabSourceContext::CreateChildContext(
return new SvXMLImportContext(GetImport(), nPrefix, rLocalName);
}
-/**
- * Make sure the URL is a valid relative URL, mainly to avoid storing
- * absolute URL as relative URL by accident. For now, we only check the first
- * three characters which are assumed to be always '../', because the relative
- * URL for an external document is always in reference to the content.xml
- * fragment of the original document.
+/**
+ * Make sure the URL is a valid relative URL, mainly to avoid storing
+ * absolute URL as relative URL by accident. For now, we only check the first
+ * three characters which are assumed to be always '../', because the relative
+ * URL for an external document is always in reference to the content.xml
+ * fragment of the original document.
*/
static bool lcl_isValidRelativeURL(const OUString& rUrl)
{
@@ -232,7 +232,7 @@ void ScXMLExternalRefRowContext::EndElement()
for (sal_Int32 i = 1; i < mnRepeatRowCount; ++i)
{
- // Performance: duplicates of a non-existent row will still not exist.
+ // Performance: duplicates of a non-existent row will still not exist.
// Don't find that out for every cell.
// External references often are a sparse matrix.
if (i == 1 && !pTab->hasRow( mrExternalRefInfo.mnRow))