summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8attributeoutput.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-17 12:35:12 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-17 13:16:36 +0200
commit575fc4816d1f91d20a72dcd8d7f3152550cad0df (patch)
tree4e733a36fdb6dd7935762abfef8f2e69c0bf58c8 /sw/source/filter/ww8/ww8attributeoutput.hxx
parent5bbc027d5dae3472223538b13933ff821e027737 (diff)
docx-fixes02.diff: Some other misc docx fixes
n#581604
Diffstat (limited to 'sw/source/filter/ww8/ww8attributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/ww8attributeoutput.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8attributeoutput.hxx b/sw/source/filter/ww8/ww8attributeoutput.hxx
index b9d9ba38c246..525c140edfa8 100644
--- a/sw/source/filter/ww8/ww8attributeoutput.hxx
+++ b/sw/source/filter/ww8/ww8attributeoutput.hxx
@@ -74,7 +74,7 @@ public:
virtual void RawText( const String& rText, bool bForceUnicode, rtl_TextEncoding eCharSet );
/// Output ruby start.
- virtual void StartRuby( const SwTxtNode& rNode, const SwFmtRuby& rRuby );
+ virtual void StartRuby( const SwTxtNode& rNode, xub_StrLen nPos, const SwFmtRuby& rRuby );
/// Output ruby end.
virtual void EndRuby();
@@ -139,7 +139,8 @@ public:
/// Start of a style in the styles table.
virtual void StartStyle( const String& rName, bool bPapFmt,
- USHORT nBase, USHORT nNext, USHORT nWwIdi, USHORT nId );
+ USHORT nBase, USHORT nNext, USHORT nWwIdi, USHORT nId,
+ bool bAutoUpdate );
/// End of a style in the styles table.
virtual void EndStyle();