summaryrefslogtreecommitdiff
path: root/include/svx/xbtmpit.hxx
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-06-16 15:54:53 +0530
committerRishabh Kumar <kris.kr296@yahoo.in>2016-06-16 17:46:22 +0000
commitd9aa7006c0880bc16adb8de140b46cd47a7c8248 (patch)
tree12de5ca8d71b14947b668b8ee7d9811597735272 /include/svx/xbtmpit.hxx
parent5bf3ae663a2189e37959235cda8c6a4051e10a1a (diff)
[GSoC] Member function to identify Pattern
Change-Id: I72ca21204248bfe279445f01ab247f19ec958fb1 Reviewed-on: https://gerrit.libreoffice.org/26361 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
Diffstat (limited to 'include/svx/xbtmpit.hxx')
-rw-r--r--include/svx/xbtmpit.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/xbtmpit.hxx b/include/svx/xbtmpit.hxx
index 5dd2d2c0b327..24782f7b2c91 100644
--- a/include/svx/xbtmpit.hxx
+++ b/include/svx/xbtmpit.hxx
@@ -65,6 +65,7 @@ public:
const GraphicObject& GetGraphicObject() const { return maGraphicObject;}
void SetGraphicObject(const GraphicObject& rGraphicObject);
+ bool isPattern() const;
static bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
XFillBitmapItem* checkForUniqueItem( SdrModel* pModel ) const;