diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:41:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:07 +0200 |
commit | 3f9e9940a508083423bc184c43d148b6606f25e0 (patch) | |
tree | b342bd17b15c2e44e41dba4a90d0cec84392f930 /fpicker/source/office/RemoteFilesDialog.cxx | |
parent | a457c7c6b0339184466c12f1c43b0b0aa01edf54 (diff) |
loplugin:includeform: fpicker
Change-Id: Icf2531ca9dea11bf25a8bbe5815e5b37b933553d
Diffstat (limited to 'fpicker/source/office/RemoteFilesDialog.cxx')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 29b129f89bc0..1306fe8c4271 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -9,7 +9,7 @@ #include "RemoteFilesDialog.hxx" #include <comphelper/stillreadwriteinteraction.hxx> -#include "bitmaps.hlst" +#include <bitmaps.hlst> class FileViewContainer : public vcl::Window { |