summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-05-12 14:39:02 +0200
committerMichael Stahl <mstahl@redhat.com>2015-05-12 14:39:46 +0200
commit2b999dd6da5a90db66afe852a007fab8c62ffaec (patch)
treeff4fc2ee7359c2c91e429501e1fc9469376f77be /vcl/unx
parent3fde334a5ddb340b5ee6510bdb56c1732f554750 (diff)
vcl: kde4: loplugin:staticmethods
Change-Id: Ie51eaa11e1ed1e811c9b671c1284f81e1459151d
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/kde4/KDE4FilePicker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDE4FilePicker.hxx b/vcl/unx/kde4/KDE4FilePicker.hxx
index 2159e541fa40..98e9af64f8bc 100644
--- a/vcl/unx/kde4/KDE4FilePicker.hxx
+++ b/vcl/unx/kde4/KDE4FilePicker.hxx
@@ -221,7 +221,7 @@ private:
//add a custom control widget to the file dialog
void addCustomControl(sal_Int16 controlId);
- QString getResString( sal_Int16 aRedId );
+ static QString getResString( sal_Int16 aRedId );
private Q_SLOTS:
void cleanupProxy();