oox/source/core/fragmenthandler2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22a64d0500e49ef20975765d2613d951df06e9e1
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Sun Nov 8 21:28:14 2015 +0100

    loplugin:stringconstant
    
    Change-Id: I33876585b5a406231954013051bc7f61045226b0

diff --git a/oox/source/core/fragmenthandler2.cxx 
b/oox/source/core/fragmenthandler2.cxx
index 0186d78..ba7b6ef 100644
--- a/oox/source/core/fragmenthandler2.cxx
+++ b/oox/source/core/fragmenthandler2.cxx
@@ -63,7 +63,7 @@ bool FragmentHandler2::prepareMceContext( sal_Int32 nElement, 
const AttributeLis
                 if (aMceState.empty() || aMceState.back() != MCE_STARTED)
                     return false;
 
-                OUString aRequires = rAttribs.getString( (XML_Requires ), 
OUString("none") );
+                OUString aRequires = rAttribs.getString( (XML_Requires ), 
"none" );
 
                 // At this point we can't access namespaces as the correct xml 
filter
                 // is long gone. For now let's decide depending on a list of 
supported
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to