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

Miklos Vajna vmiklos at collabora.co.uk
Tue Dec 22 07:01:32 PST 2015


 sc/source/filter/xml/xmlexprt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53bf6ef85c09717369074e6fd0f1ae1fbe54405c
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Dec 22 16:00:30 2015 +0100

    sc: loplugin:defaultparams
    
    Change-Id: Ibd58037fe3cdb52cc4514a6c5ff92399fc302bd8

diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 3822f76..a3eb865 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -1191,7 +1191,7 @@ const SvxFieldData* toXMLPropertyStates(
 
                 const SvxEscapementItem* pEsc = static_cast<const SvxEscapementItem*>(p);
 
-                pEsc->QueryValue(aAny, MID_ESC);
+                pEsc->QueryValue(aAny);
                 rPropStates.push_back(XMLPropertyState(nIndexEsc, aAny));
 
                 pEsc->QueryValue(aAny, MID_ESC_HEIGHT);


More information about the Libreoffice-commits mailing list