summaryrefslogtreecommitdiff
path: root/sc/source/core/data/sheetevents.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/sheetevents.cxx')
-rw-r--r--sc/source/core/data/sheetevents.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/sheetevents.cxx b/sc/source/core/data/sheetevents.cxx
index d1df2bb04df6..c6d49409b04c 100644
--- a/sc/source/core/data/sheetevents.cxx
+++ b/sc/source/core/data/sheetevents.cxx
@@ -132,7 +132,7 @@ const ScSheetEvents& ScSheetEvents::operator=(const ScSheetEvents& rOther)
if (rOther.mpScriptNames[nEvent])
mpScriptNames[nEvent] = new rtl::OUString(*rOther.mpScriptNames[nEvent]);
else
- mpScriptNames[nEvent] = NULL;
+ mpScriptNames[nEvent] = NULL;
}
return *this;
}