diff --git a/src/eepp/ui/css/stylesheetproperty.cpp b/src/eepp/ui/css/stylesheetproperty.cpp index 13e4f7a58..2bbff87d2 100644 --- a/src/eepp/ui/css/stylesheetproperty.cpp +++ b/src/eepp/ui/css/stylesheetproperty.cpp @@ -1,4 +1,3 @@ -#include #include #include #include @@ -38,7 +37,7 @@ StyleSheetProperty::StyleSheetProperty( const PropertyDefinition* definition, checkVars(); if ( NULL == mShorthandDefinition && NULL == mPropertyDefinition ) { - Log::warning( "Property \"%s\" is not defined!", mName.c_str() ); + Log::warning( "Property \"%s\" is not defined!", mName ); } } @@ -62,7 +61,7 @@ StyleSheetProperty::StyleSheetProperty( const bool& isVolatile, checkVars(); if ( NULL == mShorthandDefinition && NULL == mPropertyDefinition ) { - Log::warning( "Property \"%s\" is not defined!", mName.c_str() ); + Log::warning( "Property \"%s\" is not defined!", mName ); } } @@ -88,7 +87,7 @@ StyleSheetProperty::StyleSheetProperty( const std::string& name, const std::stri checkVars(); if ( NULL == mShorthandDefinition && NULL == mPropertyDefinition ) { - Log::warning( "Property \"%s\" is not defined!", mName.c_str() ); + Log::warning( "Property \"%s\" is not defined!", mName ); } } @@ -114,7 +113,7 @@ StyleSheetProperty::StyleSheetProperty( const std::string& name, const std::stri checkVars(); if ( NULL == mShorthandDefinition && NULL == mPropertyDefinition ) { - Log::warning( "Property \"%s\" is not defined!" ); + Log::warning( "Property \"%s\" is not defined!", mName ); } } diff --git a/src/tools/ecode/uibuildsettings.cpp b/src/tools/ecode/uibuildsettings.cpp index 7fa27721c..a6a3613d5 100644 --- a/src/tools/ecode/uibuildsettings.cpp +++ b/src/tools/ecode/uibuildsettings.cpp @@ -370,7 +370,7 @@ static const auto SETTINGS_PANEL_XML = R"xml( - +