summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xladdress.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xladdress.hxx')
-rw-r--r--sc/source/filter/inc/xladdress.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/xladdress.hxx b/sc/source/filter/inc/xladdress.hxx
index ef7d6d84b36b..e17696675ef2 100644
--- a/sc/source/filter/inc/xladdress.hxx
+++ b/sc/source/filter/inc/xladdress.hxx
@@ -26,8 +26,6 @@
class XclImpStream;
class XclExpStream;
-
-
/** A 2D cell address struct with Excel column and row indexes. */
struct XclAddress
{
@@ -66,8 +64,6 @@ inline XclExpStream& operator<<( XclExpStream& rStrm, const XclAddress& rXclPos
return rStrm;
}
-
-
/** A 2D cell range address struct with Excel column and row indexes. */
struct XclRange
{
@@ -116,8 +112,6 @@ inline XclExpStream& operator<<( XclExpStream& rStrm, const XclRange& rXclRange
return rStrm;
}
-
-
/** A 2D cell range address list with Excel column and row indexes. */
class XclRangeList : public ::std::vector< XclRange >
{
@@ -144,8 +138,6 @@ inline XclExpStream& operator<<( XclExpStream& rStrm, const XclRangeList& rXclRa
return rStrm;
}
-
-
class XclTracer;
/** Base class for import/export address converters. */
@@ -162,8 +154,6 @@ public:
/** Returns whether the "some sheets have been cut" warning box should be shown. */
inline bool IsTabTruncated() const { return mbTabTrunc; }
-
-
/** Checks if the passed sheet index is valid.
@param nScTab The sheet index to check.
@param bWarn true = Sets the internal flag that produces a warning box
@@ -182,8 +172,6 @@ protected:
bool mbTabTrunc; /// Flag for "tables truncated" warning box.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */