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 | |
parent | 37e936996acb4a8329fad2ec73a35f66be446e90 (diff) |
remove whitespace
Change-Id: If5451ab1f4e03ac056f29ce2bad0073795c6ca4e
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/drawitem.hxx | 26 | ||||
-rw-r--r-- | include/svx/xtable.hxx | 52 |
2 files changed, 0 insertions, 78 deletions
diff --git a/include/svx/drawitem.hxx b/include/svx/drawitem.hxx index 04592107b143..377fd7c93616 100644 --- a/include/svx/drawitem.hxx +++ b/include/svx/drawitem.hxx @@ -25,10 +25,6 @@ #include <com/sun/star/drawing/LineDash.hpp> #include <svx/svxdllapi.h> - -// SvxColorListItem - - class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxColorListItem: public SfxPoolItem { XColorListRef pColorList; @@ -53,7 +49,6 @@ public: XColorListRef GetColorList() const { return pColorList; } }; -// SvxGradientListItem class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxGradientListItem : public SfxPoolItem { XGradientListRef pGradientList; @@ -78,10 +73,6 @@ public: XGradientListRef GetGradientList() const { return pGradientList; } }; - - -// SvxHatchListItem - class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxHatchListItem : public SfxPoolItem { XHatchListRef pHatchList; @@ -106,11 +97,6 @@ public: XHatchListRef GetHatchList() const { return pHatchList; } }; - - - -// SvxBitmapListItem - class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxBitmapListItem : public SfxPoolItem { XBitmapListRef pBitmapList; @@ -135,11 +121,6 @@ public: XBitmapListRef GetBitmapList() const { return pBitmapList; } }; - - - -// SvxDashListItem - class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxDashListItem : public SfxPoolItem { XDashListRef pDashList; @@ -164,10 +145,6 @@ public: XDashListRef GetDashList() const { return pDashList; } }; - - -// SvxLineEndListItem - class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxLineEndListItem : public SfxPoolItem { XLineEndListRef pLineEndList; @@ -192,9 +169,6 @@ public: XLineEndListRef GetLineEndList() const { return pLineEndList; } }; - - - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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) |