diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /include/svx/sdr | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'include/svx/sdr')
-rw-r--r-- | include/svx/sdr/contact/objectcontact.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/contact/objectcontactofpageview.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx index fb67a18803fd..7188c89b39bd 100644 --- a/include/svx/sdr/contact/objectcontact.hxx +++ b/include/svx/sdr/contact/objectcontact.hxx @@ -111,7 +111,7 @@ namespace sdr // LazyInvalidate request. This is used from the VOCs to mark that they // got invalidated by an ActionCanged() call. An active view needs to remember // this and take action on it. Default implementation directly calls back - // triggerLazyInvalidate() wich promptly handles the request + // triggerLazyInvalidate() which promptly handles the request virtual void setLazyInvalidate(ViewObjectContact& rVOC); // call this to support evtl. preparations for repaint. Default does nothing diff --git a/include/svx/sdr/contact/objectcontactofpageview.hxx b/include/svx/sdr/contact/objectcontactofpageview.hxx index 06371bf35b81..8062da45de91 100644 --- a/include/svx/sdr/contact/objectcontactofpageview.hxx +++ b/include/svx/sdr/contact/objectcontactofpageview.hxx @@ -58,7 +58,7 @@ namespace sdr // LazyInvalidate request. This is used from the VOCs to mark that they // got invalidated by an ActionCanged() call. An active view needs to remember // this and take action on it. Default implementation directly calls back - // triggerLazyInvalidate() wich promptly handles the request + // triggerLazyInvalidate() which promptly handles the request virtual void setLazyInvalidate(ViewObjectContact& rVOC); // call this to support evtl. preparations for repaint |