vcl/unx/kde4/KDESalFrame.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 91635d5096df2ac19c2f80fbfbecd86620902540 Author: Michael Stahl <[email protected]> Date: Wed Aug 30 13:21:34 2017 +0200 vcl: [loplugin:constparams] Change-Id: Ic390dbb5a83a049635a868a14d09eaf1cfc2080f diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx index 226ec506b3fd..589977e152d7 100644 --- a/vcl/unx/kde4/KDESalFrame.cxx +++ b/vcl/unx/kde4/KDESalFrame.cxx @@ -74,7 +74,8 @@ static Color toColor( const QColor &rColor ) /** Helper function to read untranslated text entry from KConfig configuration repository. */ -static OUString readEntryUntranslated( KConfigGroup *pGroup, const char *pKey ) +static OUString readEntryUntranslated( + KConfigGroup const*const pGroup, char const*const pKey) { return OUString::createFromAscii( static_cast<const char *>(pGroup->readEntryUntranslated( pKey ).toAscii()) ); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
