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 /svx/workben | |
parent | 6bdeee78847768b36bb6f364d8ba557bd437fb8a (diff) |
typo: atim -> atom
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/msview/msview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/workben/msview/msview.cxx b/svx/workben/msview/msview.cxx index 24dc3c9fef3e..302a07ec7ac7 100644 --- a/svx/workben/msview/msview.cxx +++ b/svx/workben/msview/msview.cxx @@ -82,10 +82,10 @@ public: inline const DffRecordHeader& getHeader() const; - /** returns true if at least one atim with the given nRecType is found */ + /** returns true if at least one atom with the given nRecType is found */ inline bool hasChildAtom( sal_uInt16 nRecType ) const; - /** returns true if at least one atim with the given nRecType and nRecInstnace is found */ + /** returns true if at least one atom with the given nRecType and nRecInstnace is found */ inline bool hasChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const; /** returns the first child atom with nRecType or NULL */ |