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/drawitem.hxx | |
parent | 37e936996acb4a8329fad2ec73a35f66be446e90 (diff) |
remove whitespace
Change-Id: If5451ab1f4e03ac056f29ce2bad0073795c6ca4e
Diffstat (limited to 'include/svx/drawitem.hxx')
-rw-r--r-- | include/svx/drawitem.hxx | 26 |
1 files changed, 0 insertions, 26 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: */ |