summaryrefslogtreecommitdiff
path: root/sc/inc/sheetevents.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/sheetevents.hxx')
-rw-r--r--sc/inc/sheetevents.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/sheetevents.hxx b/sc/inc/sheetevents.hxx
index c9433607079c..267e442f25a3 100644
--- a/sc/inc/sheetevents.hxx
+++ b/sc/inc/sheetevents.hxx
@@ -38,7 +38,7 @@ public:
ScSheetEvents(const ScSheetEvents& rOther);
~ScSheetEvents();
- const ScSheetEvents& operator= (const ScSheetEvents& rOther);
+ ScSheetEvents& operator= (const ScSheetEvents& rOther);
const OUString* GetScript(ScSheetEventId nEvent) const;
void SetScript(ScSheetEventId nEvent, const OUString* pNew);