summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-16 11:19:45 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-16 11:22:15 -0500
commitc5fc0af6f551980d3e147f7d6cf1fdd320b8f1fe (patch)
tree1ffd5504f1a9ad064771d84305dbfd4b6c32cac7 /svx
parent05923e058a6b90f05c90d5f9aef4de58233a51ac (diff)
Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().
One less indirection makes the code a tad easier to follow. Change-Id: I8e1113617c09f91c0cad32277ee4e32c78f9f058
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/svdxcgv.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/inc/svx/svdxcgv.hxx b/svx/inc/svx/svdxcgv.hxx
index 4918df0c16ad..1d7a16102164 100644
--- a/svx/inc/svx/svdxcgv.hxx
+++ b/svx/inc/svx/svdxcgv.hxx
@@ -83,7 +83,6 @@ public:
virtual SdrModel* GetMarkedObjModel() const;
Graphic GetAllMarkedGraphic() const;
- SdrModel* GetAllMarkedModel() const { return GetMarkedObjModel(); }
/** Generate a Graphic for the given draw object in the given model