summaryrefslogtreecommitdiff
path: root/include/svx/svdobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-14 14:00:46 +0200
committerNoel Grandin <noel@peralex.com>2015-04-23 13:08:48 +0200
commit79ed057b955a8d23e8289b9a5898c8bdaebabbfa (patch)
tree0b512b13f7b59e12a44395ea50814fda15902f04 /include/svx/svdobj.hxx
parent12ba9e3cad05a665aee2150ef831f0dbc92d7e2d (diff)
loplugin:staticmethods
Change-Id: I6207b475127099872c6f3764331006688129b673
Diffstat (limited to 'include/svx/svdobj.hxx')
-rw-r--r--include/svx/svdobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 6d0e2017771f..ffa7f29ea5fb 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -393,7 +393,7 @@ public:
protected:
// override if the class inherits from SdrObjPlusData:
- SdrObjPlusData* NewPlusData() const;
+ static SdrObjPlusData* NewPlusData();
protected:
/// A derived class must override these 3 methods if it has own geometric
@@ -839,7 +839,7 @@ public:
// when there is no filled new polygon created from line-to-polygon conversion,
// specially used for XLINE_DASH and 3D conversion
SdrObject* ConvertToContourObj(SdrObject* pRet, bool bForceLineDash = false) const;
- SdrObject* ImpConvertToContourObj(SdrObject* pRet, bool bForceLineDash = false) const;
+ static SdrObject* ImpConvertToContourObj(SdrObject* pRet, bool bForceLineDash = false);
// if true, reference onto an object
bool IsVirtualObj() const { return bVirtObj;}