summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/attributeoutputbase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 10:01:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 11:28:41 +0200
commit6c6c1eea82b259c7aec1e0ed5ff86bfd2eb0243f (patch)
tree87e8ccbbfc4d369e079098eb8be09abf988f1c44 /sw/source/filter/ww8/attributeoutputbase.hxx
parentfc79f23922ccae8b494b31a5dd7bb4767e50c87e (diff)
loplugin:constmethod in sw
Change-Id: I73c3c6d2165287d2d581a04b23b1d3b48166a488 Reviewed-on: https://gerrit.libreoffice.org/79780 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/attributeoutputbase.hxx')
-rw-r--r--sw/source/filter/ww8/attributeoutputbase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx
index 43ab2a6ecd1b..74084f625590 100644
--- a/sw/source/filter/ww8/attributeoutputbase.hxx
+++ b/sw/source/filter/ww8/attributeoutputbase.hxx
@@ -683,11 +683,11 @@ class WW8Ruby
public:
WW8Ruby(const SwTextNode& rNode, const SwFormatRuby& rRuby, const MSWordExportBase& rExport );
- sal_Int32 GetJC() { return m_nJC; }
- sal_Char GetDirective() { return m_cDirective; }
- sal_uInt32 GetRubyHeight() { return m_nRubyHeight; }
- sal_uInt32 GetBaseHeight() { return m_nBaseHeight; }
- OUString const & GetFontFamily() { return m_sFontFamily; }
+ sal_Int32 GetJC() const { return m_nJC; }
+ sal_Char GetDirective() const { return m_cDirective; }
+ sal_uInt32 GetRubyHeight() const { return m_nRubyHeight; }
+ sal_uInt32 GetBaseHeight() const { return m_nBaseHeight; }
+ OUString const & GetFontFamily() const { return m_sFontFamily; }
};
#endif // INCLUDED_SW_SOURCE_FILTER_WW8_ATTRIBUTEOUTPUTBASE_HXX