diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeControlAccess.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/commonpicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/fpinteraction.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/folderpicker/MtaFop.cxx | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx index 0175c6840008..c39cf363766c 100644 --- a/fpicker/source/office/OfficeControlAccess.cxx +++ b/fpicker/source/office/OfficeControlAccess.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ControlActions.hpp> +#include <sal/log.hxx> #include <vcl/lstbox.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <tools/urlobj.hxx> diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index 581f015a0ec6..8966e7f9f426 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -24,6 +24,7 @@ #include <list> #include <algorithm> +#include <sal/log.hxx> #include <tools/urlobj.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/ui/dialogs/FilePickerEvent.hpp> diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx index 74e6cc27441a..c270134d2d49 100644 --- a/fpicker/source/office/commonpicker.cxx +++ b/fpicker/source/office/commonpicker.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <comphelper/weakeventlistener.hxx> #include <comphelper/types.hxx> diff --git a/fpicker/source/office/fpinteraction.cxx b/fpicker/source/office/fpinteraction.cxx index 5026ea2664eb..eaaecaf305be 100644 --- a/fpicker/source/office/fpinteraction.cxx +++ b/fpicker/source/office/fpinteraction.cxx @@ -24,6 +24,8 @@ #include <com/sun/star/task/XInteractionDisapprove.hpp> #include <com/sun/star/task/XInteractionRetry.hpp> +#include <sal/log.hxx> + namespace svt { diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index ac43ea6ebe5d..24b09128ee7e 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -20,6 +20,7 @@ #include <sal/config.h> #include <sal/macros.h> +#include <sal/log.hxx> #include "iodlg.hxx" #include <svtools/PlaceEditDialog.hxx> #include "PlacesListBox.hxx" diff --git a/fpicker/source/win32/folderpicker/MtaFop.cxx b/fpicker/source/win32/folderpicker/MtaFop.cxx index ba951039edeb..cabf3edaff50 100644 --- a/fpicker/source/win32/folderpicker/MtaFop.cxx +++ b/fpicker/source/win32/folderpicker/MtaFop.cxx @@ -19,6 +19,7 @@ #include <osl/diagnose.h> #include <osl/thread.h> +#include <sal/log.hxx> #include <o3tl/char16_t2wchar_t.hxx> #include <vcl/svapp.hxx> |