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.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sax/source/tools/fastserializer.hxx b/sax/source/tools/fastserializer.hxx
index 38c8e89f4e59..95ebb1407ec1 100644
--- a/sax/source/tools/fastserializer.hxx
+++ b/sax/source/tools/fastserializer.hxx
@@ -111,6 +111,7 @@ public:
// C++ helpers
void SAL_CALL writeId( ::sal_Int32 Element );
+ OString SAL_CALL getId( ::sal_Int32 Element );
static OUString escapeXml( const OUString& s );
@@ -207,6 +208,10 @@ private:
::std::stack< boost::shared_ptr< ForMerge > > maMarkStack;
::std::stack< boost::shared_ptr< ForMerge > > maSavedMarkStack;
+#ifdef DBG_UTIL
+ ::std::stack<sal_Int32> m_DebugStartedElements;
+#endif
+
void writeFastAttributeList( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& Attribs );
void write( const OUString& s );