diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:37:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:57 +0200 |
commit | 8b16cc50f4d1aeb820b3be2b6193cfea432f012a (patch) | |
tree | 36be60fd57777961a3dad569e84e52a88b625e51 /svx | |
parent | e5afa5406431a3e8c0358b2c64dd64a3b0c43ef3 (diff) |
typo: te -> the
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/attribute/sdrtextattribute.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/contact/objectcontactofpageview.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontactofpageobj.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/sdr/attribute/sdrtextattribute.cxx b/svx/source/sdr/attribute/sdrtextattribute.cxx index e6f6a6deb141..6b3fd30b735f 100644 --- a/svx/source/sdr/attribute/sdrtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrtextattribute.cxx @@ -39,7 +39,7 @@ namespace drawinglayer sal_uInt32 mnRefCount; // all-text attributes. The SdrText itself and a copy - // of te OPO + // of the OPO const SdrText* mpSdrText; const OutlinerParaObject* mpOutlinerParaObject; diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx index 76f7d0525834..019cc2c79f34 100644 --- a/svx/source/sdr/contact/objectcontactofpageview.cxx +++ b/svx/source/sdr/contact/objectcontactofpageview.cxx @@ -89,7 +89,7 @@ namespace sdr } } - // From baseclass Timer, the timeout call triggered by te LazyInvalidate mechanism + // From baseclass Timer, the timeout call triggered by the LazyInvalidate mechanism void ObjectContactOfPageView::Timeout() { // stop the timer diff --git a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx index f4e346539330..4e62a86882ab 100644 --- a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx +++ b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx @@ -60,7 +60,7 @@ namespace sdr // original OC virtual void setLazyInvalidate(ViewObjectContact& rVOC) SAL_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 Timeout() SAL_OVERRIDE; // get primitive visualization @@ -108,7 +108,7 @@ namespace sdr Start(); } - // From baseclass Timer, the timeout call triggered by te LazyInvalidate mechanism + // From baseclass Timer, the timeout call triggered by the LazyInvalidate mechanism void PagePrimitiveExtractor::Timeout() { // stop the timer |