diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-18 21:08:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-18 21:09:36 +0100 |
commit | 3d66adaa7771c68f97990d81451c775ed06c4837 (patch) | |
tree | 2237cc40decc46f5013eddeff448ee5f326dd3fe /sd | |
parent | 9d40af0c791251ae21d5886e6e8b6e3344ee5470 (diff) |
Typo (a/A)dditionaly -> (a/A)dditionally
Change-Id: Ic4451b45b86f14bb2fab507503a6fa1e8f515b66
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/OutlinerIteratorImpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx index cbacdc985c04..1f72b48183ff 100644 --- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx +++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx @@ -94,7 +94,7 @@ public: When both iterators ar equal <TRUE/> is returned, <FALSE/> otherwise. */ virtual bool operator== (const IteratorImplBase& rIterator) const; - /** This method is used by the equality operator. Additionaly to the + /** This method is used by the equality operator. Additionally to the iterator it takes a type information which is taken into account on comparison. It is part of a "multimethod" pattern. @param rIterator |