summaryrefslogtreecommitdiff
path: root/include/editeng/brushitem.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-07-18 17:04:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-07-18 22:14:07 +0200
commiteff84b958c54985e0b81c44b2cd81722abeb9320 (patch)
tree808b82fe39a989bd3a8fe29b42ad51d39e243d50 /include/editeng/brushitem.hxx
parent816a9ddeaace21781b3e9ad2b0c3510eaafd9970 (diff)
remove unused CntWallpaperItem
Change-Id: I47cf9fc37bb64a80a21ed805bff2bb3ac3eb6da5 Reviewed-on: https://gerrit.libreoffice.org/40148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng/brushitem.hxx')
-rw-r--r--include/editeng/brushitem.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx
index 350b4d6cd977..d1b66da8890d 100644
--- a/include/editeng/brushitem.hxx
+++ b/include/editeng/brushitem.hxx
@@ -30,7 +30,6 @@
class Graphic;
class GraphicObject;
-class CntWallpaperItem;
#define BRUSH_GRAPHIC_VERSION ((sal_uInt16)0x0001)
@@ -75,7 +74,6 @@ public:
SvxGraphicPosition ePos, sal_uInt16 nWhich );
SvxBrushItem( const SvxBrushItem& );
SvxBrushItem( SvxBrushItem&& );
- SvxBrushItem( const CntWallpaperItem&, sal_uInt16 nWhich );
virtual ~SvxBrushItem() override;
@@ -120,8 +118,6 @@ public:
SvxBrushItem& operator=(const SvxBrushItem& rItem);
SvxBrushItem& operator=(SvxBrushItem&& rItem);
- static SvxGraphicPosition WallpaperStyle2GraphicPos( WallpaperStyle eStyle );
- static WallpaperStyle GraphicPos2WallpaperStyle( SvxGraphicPosition ePos );
static sal_Int8 TransparencyToPercent(sal_Int32 nTrans);
void dumpAsXml(struct _xmlTextWriter* pWriter) const override;