summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlexprt.cxx')
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 775f86beb67f..bce3c190d1ed 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -184,8 +184,6 @@ using ::std::vector;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::UNO_QUERY;
-
-
namespace
{
OUString lcl_RangeSequenceToString(
@@ -238,8 +236,6 @@ OUString lcl_GetFormattedString( ScDocument* pDoc, const ScAddress& rPos )
} // anonymous namespace
-
-
OUString SAL_CALL ScXMLOOoExport_getImplementationName() throw()
{
return OUString( "com.sun.star.comp.Calc.XMLExporter" );
@@ -453,8 +449,6 @@ void ScXMLShapeExport::onExport( const uno::Reference < drawing::XShape >& xShap
}
}
-
-
sal_Int16 ScXMLExport::GetFieldUnit()
{
css::uno::Reference<css::sheet::XGlobalSheetSettings> xProperties =
@@ -4852,8 +4846,6 @@ void ScXMLExport::GetViewSettings(uno::Sequence<beans::PropertyValue>& rProps)
}
-
-
void ScXMLExport::GetConfigurationSettings(uno::Sequence<beans::PropertyValue>& rProps)
{
if (GetModel().is())