diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:19:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:27 +0200 |
commit | c017c664910d1e6bb53a1fb873369fea9265d583 (patch) | |
tree | ba245d61bba5049aa021a9d9db3f24a6370c8461 /sd | |
parent | 6bdeee78847768b36bb6f364d8ba557bd437fb8a (diff) |
typo: atim -> atom
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/ppt/pptatom.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptatom.hxx b/sd/source/filter/ppt/pptatom.hxx index 017a88011ea2..2f19d6cd1621 100644 --- a/sd/source/filter/ppt/pptatom.hxx +++ b/sd/source/filter/ppt/pptatom.hxx @@ -38,7 +38,7 @@ public: inline const DffRecordHeader& getHeader() const; - /** @return true if at least one atim with the given nRecType is found */ + /** @return true if at least one atom with the given nRecType is found */ inline bool hasChildAtom( sal_uInt16 nRecType ) const; /** @return the first child atom with nRecType or NULL */ |