summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdfmtf.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2010-12-29 09:49:33 +0100
committerDavid Tardon <dtardon@redhat.com>2010-12-29 10:52:55 +0100
commitd31993e9c08c12c8d6bc27557feb17405ec580b4 (patch)
tree0976911ef5a773561602093cc86a674d396025a3 /svx/source/svdraw/svdfmtf.hxx
parentc8913235844104085a8b7c57058ba14825a88446 (diff)
Some cppcheck cleaning
Diffstat (limited to 'svx/source/svdraw/svdfmtf.hxx')
-rw-r--r--svx/source/svdraw/svdfmtf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdfmtf.hxx b/svx/source/svdraw/svdfmtf.hxx
index abe1b156b798..5bfea33ad849 100644
--- a/svx/source/svdraw/svdfmtf.hxx
+++ b/svx/source/svdraw/svdfmtf.hxx
@@ -106,8 +106,8 @@ protected:
sal_Bool bLastObjWasLine;
protected:
- void DoAction(MetaPixelAction & rAct);
- void DoAction(MetaPointAction & rAct);
+ void DoAction(MetaPixelAction & rAct) const;
+ void DoAction(MetaPointAction & rAct) const;
void DoAction(MetaLineAction & rAct);
void DoAction(MetaRectAction & rAct);
void DoAction(MetaRoundRectAction & rAct);