summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-02-23 12:38:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-23 13:33:33 +0100
commite7f82300b9a6317ecca2a338234cc27c12b5cb2b (patch)
tree9340f70931545b2d53ba474ed5e82d5a7eaa3222 /sc
parentc9dda083b401516500afff024ce3f663292db341 (diff)
loplugin:unusedfields
Change-Id: Ieb1b890040964e755de5bdf5f8576d4d3bd8a407 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111386 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/celltextparacontext.cxx1
-rw-r--r--sc/source/filter/xml/celltextparacontext.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/xml/celltextparacontext.cxx b/sc/source/filter/xml/celltextparacontext.cxx
index ce7f90651645..54981ed41bca 100644
--- a/sc/source/filter/xml/celltextparacontext.cxx
+++ b/sc/source/filter/xml/celltextparacontext.cxx
@@ -357,7 +357,6 @@ void SAL_CALL ScXMLCellTextRubyContext::startFastElement( sal_Int32 /*nElement*/
{
case XML_ELEMENT( TEXT, XML_STYLE_NAME ):
// This is ruby style instead of text style.
- maRubyStyleName = aIter.toString();
break;
default:
;
diff --git a/sc/source/filter/xml/celltextparacontext.hxx b/sc/source/filter/xml/celltextparacontext.hxx
index 3758bdba5bba..b420037ee298 100644
--- a/sc/source/filter/xml/celltextparacontext.hxx
+++ b/sc/source/filter/xml/celltextparacontext.hxx
@@ -151,7 +151,6 @@ public:
class ScXMLCellTextRubyContext : public ScXMLImportContext
{
ScXMLCellTextParaContext& mrParentCxt;
- OUString maRubyStyleName;
OUString maRubyTextStyle;
OUString maRubyText;
public: