summaryrefslogtreecommitdiff
path: root/sd/source/core/annotations/Annotation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/annotations/Annotation.cxx')
-rw-r--r--sd/source/core/annotations/Annotation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/annotations/Annotation.cxx b/sd/source/core/annotations/Annotation.cxx
index 70f2a0fc4cd8..21a096bdc56d 100644
--- a/sd/source/core/annotations/Annotation.cxx
+++ b/sd/source/core/annotations/Annotation.cxx
@@ -91,7 +91,7 @@ private:
void createChangeUndo();
- // overload WeakComponentImplHelperBase::disposing()
+ // override WeakComponentImplHelperBase::disposing()
// This function is called upon disposing the component,
// if your component needs special work when it becomes
// disposed, do it here.
@@ -173,7 +173,7 @@ Annotation::Annotation( const Reference< XComponentContext >& context, SdPage* p
{
}
-// overload WeakComponentImplHelperBase::disposing()
+// override WeakComponentImplHelperBase::disposing()
// This function is called upon disposing the component,
// if your component needs special work when it becomes
// disposed, do it here.