summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-15 10:55:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-06-15 12:44:10 +0100
commita4fd6f2eb41176abe34d1f82a9b9d4561f3336ac (patch)
tree077025b9b076f07b1209d3a761203ee8eeb94c92 /include
parentcontinue if theme cannot be determined (diff)
downloadcore-a4fd6f2eb41176abe34d1f82a9b9d4561f3336ac.tar.gz
core-a4fd6f2eb41176abe34d1f82a9b9d4561f3336ac.zip
skip a default dtor + assign with copy ctor
Change-Id: Ibf685ff915dacedfbc9ecfa4b119115142cb68c0
Diffstat (limited to 'include')
-rw-r--r--include/svx/xbtmpit.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/xbtmpit.hxx b/include/svx/xbtmpit.hxx
index fb9cebdd01b3..e1e65229e60a 100644
--- a/include/svx/xbtmpit.hxx
+++ b/include/svx/xbtmpit.hxx
@@ -41,6 +41,8 @@ class SVX_DLLPUBLIC XFillBitmapItem : public NameOrIndex
private:
GraphicObject maGraphicObject;
+ GraphicObject makeGraphicObject(SvStream& rIn, sal_uInt16 nVer) const;
+
public:
static SfxPoolItem* CreateDefault();
XFillBitmapItem() : NameOrIndex(XATTR_FILLBITMAP, -1 ) {}