diff options
Diffstat (limited to 'include/svx/sdr/contact/objectcontact.hxx')
-rw-r--r-- | include/svx/sdr/contact/objectcontact.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx index e09e8830e151..5eaa57c9d6ce 100644 --- a/include/svx/sdr/contact/objectcontact.hxx +++ b/include/svx/sdr/contact/objectcontact.hxx @@ -100,7 +100,7 @@ public: virtual ~ObjectContact(); // LazyInvalidate request. This is used from the VOCs to mark that they - // got invalidated by an ActionCanged() call. An active view needs to remember + // got invalidated by an ActionChanged() call. An active view needs to remember // this and take action on it. Default implementation directly calls back // triggerLazyInvalidate() which promptly handles the request virtual void setLazyInvalidate(ViewObjectContact& rVOC); |