summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xihelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xihelper.hxx')
-rw-r--r--sc/source/filter/inc/xihelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xihelper.hxx b/sc/source/filter/inc/xihelper.hxx
index ff1204bd3c42..bacfda0bee73 100644
--- a/sc/source/filter/inc/xihelper.hxx
+++ b/sc/source/filter/inc/xihelper.hxx
@@ -322,8 +322,6 @@ protected:
sal_uInt8 mnType; /// The type of the cached value (EXC_CACHEDVAL_*).
};
-
-
/** Contains cached values in a 2-dimensional array. */
class XclImpCachedMatrix
{
@@ -342,8 +340,6 @@ private:
SCSIZE mnScRows; /// Number of cached rows.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */