diff options
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 |