diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-02 19:47:20 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-05 06:48:38 +0000 |
commit | 534b2a4b58ba765dbc256d6297e33453524915e2 (patch) | |
tree | 68524baff923ce094392f49e0f263ae0d35f80e9 /svx/inc/sdr | |
parent | 7f5de2436a5c51ee8dec38a9b04f4a1b3589e361 (diff) |
Fix typos
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3
Reviewed-on: https://gerrit.libreoffice.org/21797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r-- | svx/inc/sdr/contact/objectcontactofpageview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/contact/objectcontactofpageview.hxx b/svx/inc/sdr/contact/objectcontactofpageview.hxx index 83f189e2ec11..5f8728662b2a 100644 --- a/svx/inc/sdr/contact/objectcontactofpageview.hxx +++ b/svx/inc/sdr/contact/objectcontactofpageview.hxx @@ -52,7 +52,7 @@ namespace sdr virtual ~ObjectContactOfPageView(); // 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) override; @@ -60,7 +60,7 @@ namespace sdr // call this to support evtl. preparations for repaint virtual void PrepareProcessDisplay() override; - // From baseclass Timer, the timeout call triggered by te LazyInvalidate mechanism + // From baseclass Timer, the timeout call triggered by the LazyInvalidate mechanism virtual void Invoke() override; // Process the whole displaying |