sdext/source/presenter/PresenterTheme.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 94b361b0054dda1896f993e813950c6f120d8d86
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu May 12 11:44:12 2016 +0200

    loplugin:stringconstant
    
    Change-Id: I5515f35871b23b67564d5eda52bf3323e7e047bb

diff --git a/sdext/source/presenter/PresenterTheme.cxx 
b/sdext/source/presenter/PresenterTheme.cxx
index d230347..8f5ed5f 100644
--- a/sdext/source/presenter/PresenterTheme.cxx
+++ b/sdext/source/presenter/PresenterTheme.cxx
@@ -385,7 +385,7 @@ std::shared_ptr<PresenterConfigurationAccess> 
PresenterTheme::GetNodeForViewStyl
             [&rsStyleName] (OUString const&, 
uno::Reference<beans::XPropertySet> const& xProps)
             {
                 return PresenterConfigurationAccess::IsStringPropertyEqual(
-                        rsStyleName, OUString("StyleName"), xProps);
+                        rsStyleName, "StyleName", xProps);
             });
     }
     return pConfiguration;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to