summaryrefslogtreecommitdiffstats
path: root/include/svx/svdmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdmark.hxx')
-rw-r--r--include/svx/svdmark.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdmark.hxx b/include/svx/svdmark.hxx
index f8c74d23a81c..0c438930bb45 100644
--- a/include/svx/svdmark.hxx
+++ b/include/svx/svdmark.hxx
@@ -217,8 +217,8 @@ public:
}
// pPage=0L: Selection of everything! Respect Pages
- bool TakeBoundRect(SdrPageView* pPageView, tools::Rectangle& rRect) const;
- bool TakeSnapRect(SdrPageView* pPageView, tools::Rectangle& rRect) const;
+ bool TakeBoundRect(SdrPageView const * pPageView, tools::Rectangle& rRect) const;
+ bool TakeSnapRect(SdrPageView const * pPageView, tools::Rectangle& rRect) const;
// All Entries are copied!
SdrMarkList& operator=(const SdrMarkList& rLst);