summaryrefslogtreecommitdiff
path: root/include/sax/fastattribs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sax/fastattribs.hxx')
-rw-r--r--include/sax/fastattribs.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx
index f8005a65a27a..10ca8a2fad1f 100644
--- a/include/sax/fastattribs.hxx
+++ b/include/sax/fastattribs.hxx
@@ -190,9 +190,9 @@ public:
return !strcmp(str, mrList.getFastAttributeValue(mnIdx));
}
};
- const FastAttributeIter begin() const { return FastAttributeIter(*this, 0); }
- const FastAttributeIter end() const { return FastAttributeIter(*this, maAttributeTokens.size()); }
- const FastAttributeIter find( sal_Int32 nToken ) const;
+ FastAttributeIter begin() const { return FastAttributeIter(*this, 0); }
+ FastAttributeIter end() const { return FastAttributeIter(*this, maAttributeTokens.size()); }
+ FastAttributeIter find( sal_Int32 nToken ) const;
private:
sal_Char *mpChunk; ///< buffer to store all attribute values - null terminated strings