diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-28 15:23:22 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-30 01:15:14 +0200 |
commit | ddca8df5308d57142815c1b9975e4ab8d646524f (patch) | |
tree | b025654622dfe1778caa9041b23e1fce6ad82c0c /include/svx/xtable.hxx | |
parent | 37e936996acb4a8329fad2ec73a35f66be446e90 (diff) |
remove whitespace
Change-Id: If5451ab1f4e03ac056f29ce2bad0073795c6ca4e
Diffstat (limited to 'include/svx/xtable.hxx')
-rw-r--r-- | include/svx/xtable.hxx | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx index 8d208f9a3c1b..853a8bd79490 100644 --- a/include/svx/xtable.hxx +++ b/include/svx/xtable.hxx @@ -53,10 +53,6 @@ extern sal_Unicode pszStandard[]; // "standard" // it can't be compared with enum COL_NAME SVX_DLLPUBLIC Color RGB_Color( ColorData nColorName ); - -// class XColorEntry - - class SVX_DLLPUBLIC XColorEntry : public XPropertyEntry { private: @@ -72,10 +68,6 @@ public: } }; - -// class XLineEndEntry - - class SVX_DLLPUBLIC XLineEndEntry : public XPropertyEntry { private: @@ -91,10 +83,6 @@ public: } }; - -// class XDashEntry - - class SVX_DLLPUBLIC XDashEntry : public XPropertyEntry { private: @@ -110,10 +98,6 @@ public: } }; - -// class XHatchEntry - - class SVX_DLLPUBLIC XHatchEntry : public XPropertyEntry { private: @@ -129,10 +113,6 @@ public: } }; - -// class XGradientEntry - - class SVX_DLLPUBLIC XGradientEntry : public XPropertyEntry { private: @@ -148,10 +128,6 @@ public: } }; - -// class XBitmapEntry - - class SVX_DLLPUBLIC XBitmapEntry : public XPropertyEntry { private: @@ -167,10 +143,6 @@ public: } }; - -// class XPropertyList - - enum XPropertyListType { UNKNOWN_XPROPERTYLISTTYPE = -1, XCOLOR_LIST, @@ -280,10 +252,6 @@ public: rtl::Reference<XPropertyList> const & plist); }; - -// class XColorList - - class SVX_DLLPUBLIC XColorList : public XPropertyList { protected: @@ -306,10 +274,6 @@ public: static XColorListRef GetStdColorList(); // returns a singleton }; - -// class XLineEndList - - class SVX_DLLPUBLIC XLineEndList : public XPropertyList { protected: @@ -327,10 +291,6 @@ public: virtual bool Create() SAL_OVERRIDE; }; - -// class XDashList - - class SVX_DLLPUBLIC XDashList : public XPropertyList { private: @@ -366,10 +326,6 @@ public: OUString GetStringForUiNoLine() const; }; - -// class XHatchList - - class SVX_DLLPUBLIC XHatchList : public XPropertyList { protected: @@ -389,9 +345,6 @@ public: virtual bool Create() SAL_OVERRIDE; }; - -// class XGradientList - class SVX_DLLPUBLIC XGradientList : public XPropertyList { protected: @@ -411,10 +364,6 @@ public: virtual bool Create() SAL_OVERRIDE; }; - -// class XBitmapList - - class SVX_DLLPUBLIC XBitmapList : public XPropertyList { protected: @@ -433,7 +382,6 @@ public: virtual bool Create() SAL_OVERRIDE; }; - // FIXME: could add type checking too ... inline XDashListRef XPropertyList::AsDashList( rtl::Reference<XPropertyList> const & plist) |