diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:20:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:41:10 +0200 |
commit | 37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch) | |
tree | 060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/editutil.hxx | |
parent | ed6b8a100c1aabb342573f252509573bbe124d29 (diff) |
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 1dee434c12ff..4acb1834b590 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -29,7 +29,6 @@ #include <tools/gen.hxx> #include <tools/fract.hxx> - class OutputDevice; class ScDocument; class ScPatternAttr; @@ -91,7 +90,6 @@ public: Rectangle GetEditArea( const ScPatternAttr* pPattern, bool bForceToTop ); }; - class ScEditAttrTester { ScEditEngineDefaulter* pEngine; @@ -108,7 +106,6 @@ public: const SfxItemSet& GetAttribs() const { return *pEditAttrs; } }; - // construct pool before constructing EditEngine, destroy pool after EditEngine class ScEnginePoolHelper { @@ -124,7 +121,6 @@ protected: virtual ~ScEnginePoolHelper(); }; - class SC_DLLPUBLIC ScEditEngineDefaulter : public ScEnginePoolHelper, public EditEngine { private: @@ -181,7 +177,6 @@ public: void RepeatDefaults(); }; - // 1/100 mm class SC_DLLPUBLIC ScTabEditEngine : public ScEditEngineDefaulter { @@ -194,7 +189,6 @@ public: SfxItemPool* pTextObjectPool = NULL ); }; - struct ScHeaderFieldData { OUString aTitle; // title or file name (if no title) @@ -210,7 +204,6 @@ struct ScHeaderFieldData ScHeaderFieldData(); }; - // for field commands (or just fields?) in a table class SC_DLLPUBLIC ScFieldEditEngine : public ScEditEngineDefaulter { @@ -229,7 +222,6 @@ public: virtual OUString CalcFieldValue( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos, Color*& rTxtColor, Color*& rFldColor ) SAL_OVERRIDE; }; - // for headers/footers with fields class SC_DLLPUBLIC ScHeaderEditEngine : public ScEditEngineDefaulter { @@ -257,8 +249,6 @@ public: // SvxFieldData derivations were moved to Svx (comment can be deleted?) - #endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |