[Libreoffice-commits] core.git: vcl/unx
Julien Nabet
serval2412 at yahoo.fr
Sun Oct 29 22:21:36 UTC 2017
vcl/unx/kde5/VCLKDE5Application.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7ff9b44d5d2fc2b641fd28d8878d27051cfd8d25
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Oct 29 21:10:27 2017 +0100
cppcheck: funcArgOrderDifferent
Change-Id: Ic29d1229a9acdc7412159eab72cb245567a76788
Reviewed-on: https://gerrit.libreoffice.org/44030
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/unx/kde5/VCLKDE5Application.hxx b/vcl/unx/kde5/VCLKDE5Application.hxx
index c9526d4e15b6..1e4d1bc37510 100644
--- a/vcl/unx/kde5/VCLKDE5Application.hxx
+++ b/vcl/unx/kde5/VCLKDE5Application.hxx
@@ -32,7 +32,7 @@
class VCLKDE5Application : public QApplication, public QAbstractNativeEventFilter
{
public:
- VCLKDE5Application( int argv, char** argc);
+ VCLKDE5Application( int argc, char** argv);
static void preDialogSetup();
static void postDialogCleanup();
};
More information about the Libreoffice-commits
mailing list