Kaydet (Commit) c017c664 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: atim -> atom

üst 6bdeee78
...@@ -38,7 +38,7 @@ public: ...@@ -38,7 +38,7 @@ public:
inline const DffRecordHeader& getHeader() const; 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; inline bool hasChildAtom( sal_uInt16 nRecType ) const;
/** @return the first child atom with nRecType or NULL */ /** @return the first child atom with nRecType or NULL */
......
...@@ -82,10 +82,10 @@ public: ...@@ -82,10 +82,10 @@ public:
inline const DffRecordHeader& getHeader() const; 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; 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; inline bool hasChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const;
/** returns the first child atom with nRecType or NULL */ /** returns the first child atom with nRecType or NULL */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment