From c017c664910d1e6bb53a1fb873369fea9265d583 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:19:54 +0200 Subject: typo: atim -> atom --- svx/workben/msview/msview.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/workben') 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 */ -- cgit