vcl/unx/kde5/KDE5FilePicker.hxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit eaa026a063a950d3682a8f88272d1f9f2cc1f004
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Tue Jan 22 09:19:57 2019 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Tue Jan 22 09:19:57 2019 +0100

    loplugin:staticmethods
    
    Change-Id: I1f9ebbd77a8d7cf18facfe1783507fd9ba3b566c

diff --git a/vcl/unx/kde5/KDE5FilePicker.hxx b/vcl/unx/kde5/KDE5FilePicker.hxx
index b3293b32a1b7..13e487366d52 100644
--- a/vcl/unx/kde5/KDE5FilePicker.hxx
+++ b/vcl/unx/kde5/KDE5FilePicker.hxx
@@ -159,8 +159,9 @@ public:
 private:
     //add a custom control widget to the file dialog
     void addCustomControl(sal_Int16 controlId);
-    void handleSetListValue(QComboBox* pQComboBox, sal_Int16 nAction, const 
css::uno::Any& rValue);
-    css::uno::Any handleGetListValue(QComboBox* pQComboBox, sal_Int16 nAction);
+    static void handleSetListValue(QComboBox* pQComboBox, sal_Int16 nAction,
+                                   const css::uno::Any& rValue);
+    static css::uno::Any handleGetListValue(QComboBox* pQComboBox, sal_Int16 
nAction);
     OUString implGetDirectory();
 
     // emit XFilePickerListener controlStateChanged event
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to