[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Thu Feb 2 09:29:45 UTC 2017


 sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c7fd308ebb77c0565735524caa503de64cf1a0eb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 2 10:29:00 2017 +0100

    -Werror,-Wunused-private-field
    
    Change-Id: I25a8ebb0e5677980b58046d6dde9133cd6592c54

diff --git a/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx b/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
index eabe668..8dc937f 100644
--- a/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
+++ b/sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
@@ -45,7 +45,6 @@ class ScChangeTrackingExportHelper
     ScChangeTrack*  pChangeTrack;
     ScEditEngineTextObj* pEditTextObj;
     std::unique_ptr<ScChangeActionMap> pDependings;
-    OUString   sChangeIDPrefix;
     css::uno::Reference<css::text::XText> xText;
 
     static OUString GetChangeID(const sal_uInt32 nActionNumber);


More information about the Libreoffice-commits mailing list