diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-08 13:30:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-08 13:30:08 +0100 |
commit | af35c02a8036f789c05a60734fcf2b83b92d1bbb (patch) | |
tree | 20536ee7ebd5279358a7653d1f20a5bc5fcc4f10 /vcl | |
parent | ff82f13b6837b034987cd6fd26de136071cee0c5 (diff) |
Missing include
Change-Id: I312677b88982ef1ff430d8cd440f3bd7c52d51fb
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/kde/UnxFilePicker.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/kde/UnxFilePicker.cxx b/vcl/unx/kde/UnxFilePicker.cxx index b6b9da2ed88e..8fbed035a0b3 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> |