summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmltabi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmltabi.cxx')
-rw-r--r--sc/source/filter/xml/xmltabi.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/filter/xml/xmltabi.cxx b/sc/source/filter/xml/xmltabi.cxx
index 01e613b1ea74..f229beafa769 100644
--- a/sc/source/filter/xml/xmltabi.cxx
+++ b/sc/source/filter/xml/xmltabi.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
@@ -68,17 +68,17 @@ using ::com::sun::star::uno::Reference;
using ::com::sun::star::xml::sax::XAttributeList;
using ::rtl::OUString;
-/**
- * Determine whether this table is an external reference cache from its
+/**
+ * Determine whether this table is an external reference cache from its
* name. There is currently no way of determining whether a table is a
- * regular table or an external reference cache other than examining the
- * name itself. We should probably introduce a new boolean value for
- * table:table element and use it instead of doing this, to make it more
- * reliable and future-proof.
- *
- * @param rName
+ * regular table or an external reference cache other than examining the
+ * name itself. We should probably introduce a new boolean value for
+ * table:table element and use it instead of doing this, to make it more
+ * reliable and future-proof.
*
- * @return
+ * @param rName
+ *
+ * @return
*/
static bool lcl_isExternalRefCache(const rtl::OUString& rName, rtl::OUString& rUrl, rtl::OUString& rExtTabName)
{
@@ -250,7 +250,7 @@ SvXMLImportContext *ScXMLTableContext::CreateChildContext( USHORT nPrefix,
sal_uInt16 nToken = rTokenMap.Get(nPrefix, rLName);
if (pExternalRefInfo.get())
{
- // We only care about the table-row and table-source elements for
+ // We only care about the table-row and table-source elements for
// external cache data.
switch (nToken)
{