[Libreoffice-commits] core.git: vcl/unx
Stephan Bergmann
sbergman at redhat.com
Wed Feb 8 12:30:38 UTC 2017
vcl/unx/kde/UnxFilePicker.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit af35c02a8036f789c05a60734fcf2b83b92d1bbb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 8 13:30:08 2017 +0100
Missing include
Change-Id: I312677b88982ef1ff430d8cd440f3bd7c52d51fb
diff --git a/vcl/unx/kde/UnxFilePicker.cxx b/vcl/unx/kde/UnxFilePicker.cxx
index b6b9da2..8fbed03 100644
--- a/vcl/unx/kde/UnxFilePicker.cxx
+++ b/vcl/unx/kde/UnxFilePicker.cxx
@@ -18,6 +18,7 @@
*/
#include <com/sun/star/lang/DisposedException.hpp>
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>
More information about the Libreoffice-commits
mailing list