summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index d8eb8a2188b2..0ec932d6b602 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -25,8 +25,6 @@
#include <boost/scoped_ptr.hpp>
-
-
#define SC_SMALL3DSHADOW COL_BLACK
#define SC_SIZE_NONE 65535
const SCCOL SC_TABSTART_NONE = SCCOL_MAX;
@@ -104,8 +102,6 @@ class ScExtDocOptions;
class ScViewData;
class ScMarkData;
-
-
class ScViewDataTable // per-sheet data
{
friend class ScViewData;
@@ -154,8 +150,6 @@ public:
~ScViewDataTable();
};
-
-
class SC_DLLPUBLIC ScViewData
{
private:
@@ -501,8 +495,6 @@ public:
};
-
-
inline long ScViewData::ToPixel( sal_uInt16 nTwips, double nFactor )
{
long nRet = (long)( nTwips * nFactor );
@@ -549,8 +541,6 @@ inline ScSplitPos Which( ScVSplitPos eVPos )
SC_SPLIT_TOPLEFT : SC_SPLIT_BOTTOMLEFT;
}
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */