summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastserializer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/tools/fastserializer.hxx')
-rw-r--r--sax/source/tools/fastserializer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/source/tools/fastserializer.hxx b/sax/source/tools/fastserializer.hxx
index ca8b67472520..e2a4b4daccdc 100644
--- a/sax/source/tools/fastserializer.hxx
+++ b/sax/source/tools/fastserializer.hxx
@@ -80,7 +80,7 @@ public:
from the element.
*/
- void startFastElement( ::sal_Int32 Element, FastAttributeList* pAttrList = nullptr );
+ void startFastElement( ::sal_Int32 Element, FastAttributeList const * pAttrList = nullptr );
/** receives notification of the end of an known element.
@see startFastElement
@@ -104,7 +104,7 @@ public:
from the element.
*/
- void singleFastElement( ::sal_Int32 Element, FastAttributeList* pAttrList = nullptr );
+ void singleFastElement( ::sal_Int32 Element, FastAttributeList const * pAttrList = nullptr );
// C++ helpers
void writeId( ::sal_Int32 Element );
@@ -237,7 +237,7 @@ private:
#endif
void writeTokenValueList();
- void writeFastAttributeList(FastAttributeList& rAttrList);
+ void writeFastAttributeList(FastAttributeList const & rAttrList);
/** Forward the call to the output stream, or write to the stack.