summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/externallinkbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/externallinkbuffer.hxx')
-rw-r--r--sc/source/filter/inc/externallinkbuffer.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/inc/externallinkbuffer.hxx b/sc/source/filter/inc/externallinkbuffer.hxx
index 17519c17dc20..8a22d471c391 100644
--- a/sc/source/filter/inc/externallinkbuffer.hxx
+++ b/sc/source/filter/inc/externallinkbuffer.hxx
@@ -38,7 +38,7 @@ namespace oox { namespace core {
namespace oox {
namespace xls {
-// ============================================================================
+
struct ExternalNameModel
{
@@ -52,7 +52,7 @@ struct ExternalNameModel
explicit ExternalNameModel();
};
-// ============================================================================
+
class ExternalLink;
@@ -126,7 +126,7 @@ private:
typedef ::boost::shared_ptr< ExternalName > ExternalNameRef;
-// ============================================================================
+
/** Contains indexes for a range of sheets in the spreadsheet document. */
class LinkSheetRange
@@ -172,7 +172,7 @@ private:
sal_Int32 mnLast; /// Index of the last sheet or index of last external sheet cache.
};
-// ============================================================================
+
enum ExternalLinkType
{
@@ -188,7 +188,7 @@ enum ExternalLinkType
LINKTYPE_UNKNOWN /// Unknown or unsupported link type.
};
-// ----------------------------------------------------------------------------
+
class ExternalLink : public WorkbookHelper
{
@@ -290,7 +290,7 @@ private:
typedef ::boost::shared_ptr< ExternalLink > ExternalLinkRef;
-// ============================================================================
+
/** Represents a REF entry in the BIFF12 EXTERNALSHEETS or in the BIFF8
EXTERNSHEET record.
@@ -310,7 +310,7 @@ struct RefSheetsModel
void readBiff12Data( SequenceInputStream& rStrm );
};
-// ----------------------------------------------------------------------------
+
class ExternalLinkBuffer : public WorkbookHelper
{
@@ -361,7 +361,7 @@ private:
bool mbUseRefSheets; /// True = use maRefSheets list (BIFF12 only).
};
-// ============================================================================
+
} // namespace xls
} // namespace oox