summaryrefslogtreecommitdiff
path: root/include/svx/svdmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdmark.hxx')
-rw-r--r--include/svx/svdmark.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmark.hxx b/include/svx/svdmark.hxx
index fc9702899b12..225a0c4ba050 100644
--- a/include/svx/svdmark.hxx
+++ b/include/svx/svdmark.hxx
@@ -238,7 +238,7 @@ public:
bool TakeSnapRect(SdrPageView* pPageView, Rectangle& rRect) const;
// All Entries are copied!
- void operator=(const SdrMarkList& rLst);
+ SdrMarkList& operator=(const SdrMarkList& rLst);
};