From 53312ca4ee722a6d5ba22d1f578c6de5fbc37207 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 8 Jun 2019 08:51:44 +0200 Subject: loplugin:unusedmethods Change-Id: I52efd8d843d0e4cc7a6adefb0eb95aa50469af38 Reviewed-on: https://gerrit.libreoffice.org/73693 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/ww8/rtfattributeoutput.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx') diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx index 4a6b90607af5..66e902a770fc 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.hxx +++ b/sw/source/filter/ww8/rtfattributeoutput.hxx @@ -83,7 +83,6 @@ public: // Access to (anyway) private buffers, used by the sdr exporter OStringBuffer& RunText(); - OStringBuffer& Styles() { return m_aStyles; } OString MoveCharacterProperties(bool aAutoWriteRtlLtr = false); /// Output text (without markup). -- cgit