summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/XMLRangeHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/XMLRangeHelper.cxx')
-rw-r--r--sw/source/core/unocore/XMLRangeHelper.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/core/unocore/XMLRangeHelper.cxx b/sw/source/core/unocore/XMLRangeHelper.cxx
index ccf3e8701c0a..9549df223cea 100644
--- a/sw/source/core/unocore/XMLRangeHelper.cxx
+++ b/sw/source/core/unocore/XMLRangeHelper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "XMLRangeHelper.hxx"
#include <unotools/charclass.hxx>
#include <rtl/ustrbuf.hxx>
@@ -25,9 +24,6 @@
#include <algorithm>
#include <functional>
-
-// ================================================================================
-
namespace
{
/** unary function that escapes backslashes and single quotes in a sal_Unicode
@@ -53,8 +49,6 @@ private:
OUStringBuffer & m_aResultBuffer;
};
-
-
/** unary function that removes backslash escapes in a sal_Unicode array (which
you can get from an OUString with getStr()) and puts the result into the
OUStringBuffer given in the CTOR
@@ -75,8 +69,6 @@ private:
OUStringBuffer & m_aResultBuffer;
};
-
-
void lcl_getXMLStringForCell( const /*::chart::*/XMLRangeHelper::Cell & rCell, OUStringBuffer * output )
{
OSL_ASSERT(output != 0);
@@ -286,8 +278,6 @@ bool lcl_getCellRangeAddressFromXMLString(
} // anonymous namespace
-// ================================================================================
-
//namespace chart
//{
namespace XMLRangeHelper