summaryrefslogtreecommitdiffstats
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorhb <hbrinkm@openoffice.org>2009-09-24 17:16:49 +0200
committerhb <hbrinkm@openoffice.org>2009-09-24 17:16:49 +0200
commit5719b030f82bde13188f375e4bd839b5ac31bf38 (patch)
treeb3d34d5c1a794cbd5078382fd919c72ef1f1704a /writerfilter/inc
parentoutput all of a TagLoggers content (diff)
downloadcore-5719b030f82bde13188f375e4bd839b5ac31bf38.tar.gz
core-5719b030f82bde13188f375e4bd839b5ac31bf38.zip
TagLogger: new method attribute(string, sal_uInt32)
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/resourcemodel/TagLogger.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/inc/resourcemodel/TagLogger.hxx b/writerfilter/inc/resourcemodel/TagLogger.hxx
index b3a30f224b3e..b06ae068cca2 100644
--- a/writerfilter/inc/resourcemodel/TagLogger.hxx
+++ b/writerfilter/inc/resourcemodel/TagLogger.hxx
@@ -106,6 +106,7 @@ namespace writerfilter
void startElement(const string & name);
void attribute(const string & name, const string & value);
void attribute(const string & name, const ::rtl::OUString & value);
+ void attribute(const string & name, sal_uInt32 value);
void addTag(XMLTag::Pointer_t pTag);
void chars(const string & chars);
void chars(const ::rtl::OUString & chars);