summaryrefslogtreecommitdiff
path: root/sw/inc/fmtruby.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtruby.hxx')
-rw-r--r--sw/inc/fmtruby.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fmtruby.hxx b/sw/inc/fmtruby.hxx
index e0e756b1db7a..6741102ed489 100644
--- a/sw/inc/fmtruby.hxx
+++ b/sw/inc/fmtruby.hxx
@@ -74,6 +74,7 @@ public:
css::text::RubyAdjust GetAdjustment() const { return m_eAdjustment; }
void SetAdjustment( css::text::RubyAdjust nNew ) { m_eAdjustment = nNew; }
+ void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};
#endif