summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-08-30 13:21:34 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-30 13:23:13 +0200
commit91635d5096df2ac19c2f80fbfbecd86620902540 (patch)
treea7161e41547685f424e08e5acbe069ae8436749a /vcl
parent80dd56035e91666efa551c1e4dd4341d30c06510 (diff)
vcl: [loplugin:constparams]
Change-Id: Ic390dbb5a83a049635a868a14d09eaf1cfc2080f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/kde4/KDESalFrame.cxx3
1 files changed, 2 insertions, 1 deletions
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()) );
}