summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/connectionsbuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/connectionsbuffer.cxx')
-rw-r--r--sc/source/filter/oox/connectionsbuffer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/connectionsbuffer.cxx b/sc/source/filter/oox/connectionsbuffer.cxx
index 631a333cbf72..6ee777e6f09c 100644
--- a/sc/source/filter/oox/connectionsbuffer.cxx
+++ b/sc/source/filter/oox/connectionsbuffer.cxx
@@ -25,12 +25,12 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::uno;
-// ============================================================================
+
namespace {
@@ -68,7 +68,7 @@ const sal_uInt8 BIFF12_WEBPR_HAS_URL = 0x04;
} // namespace
-// ============================================================================
+
WebPrModel::WebPrModel() :
mnHtmlFormat( XML_none ),
@@ -277,7 +277,7 @@ void Connection::importWebPrTable( SequenceInputStream& rStrm, sal_Int32 nRecId
}
}
-// ============================================================================
+
ConnectionsBuffer::ConnectionsBuffer( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper ),
@@ -314,7 +314,7 @@ void ConnectionsBuffer::insertConnectionToMap( const ConnectionRef& rxConnection
}
}
-// ============================================================================
+
} // namespace xls
} // namespace oox