diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:55:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:55:06 +0200 |
commit | f70d864e42e479e0f29cd2dae4544146930b6591 (patch) | |
tree | d1006e0198d9dc38c8a31d0b8e31658469e62e29 /fpicker | |
parent | ed8cdc0946f4978c1ca2bcd7887385dc09117384 (diff) |
loplugin:includeform: fpicker (macOS)
Change-Id: If52eeafcf6dab4825138c3f123d201dacd45ad28
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/aqua/CFStringUtilities.mm | 2 | ||||
-rw-r--r-- | fpicker/source/aqua/ControlHelper.mm | 2 | ||||
-rw-r--r-- | fpicker/source/aqua/FilterHelper.mm | 2 | ||||
-rw-r--r-- | fpicker/source/aqua/NSURL_OOoAdditions.mm | 2 | ||||
-rw-r--r-- | fpicker/source/aqua/SalAquaFilePicker.mm | 4 | ||||
-rw-r--r-- | fpicker/source/aqua/SalAquaFolderPicker.mm | 2 | ||||
-rw-r--r-- | fpicker/source/aqua/SalAquaPicker.mm | 4 | ||||
-rw-r--r-- | fpicker/source/aqua/resourceprovider.mm | 2 |
8 files changed, 10 insertions, 10 deletions
diff --git a/fpicker/source/aqua/CFStringUtilities.mm b/fpicker/source/aqua/CFStringUtilities.mm index a9fcd03c420d..2458116a4288 100644 --- a/fpicker/source/aqua/CFStringUtilities.mm +++ b/fpicker/source/aqua/CFStringUtilities.mm @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/log.hxx" +#include <sal/log.hxx> #include "CFStringUtilities.hxx" rtl::OUString CFStringToOUString(const CFStringRef sOrig) diff --git a/fpicker/source/aqua/ControlHelper.mm b/fpicker/source/aqua/ControlHelper.mm index a9ab107bec2a..2b988d741792 100644 --- a/fpicker/source/aqua/ControlHelper.mm +++ b/fpicker/source/aqua/ControlHelper.mm @@ -26,7 +26,7 @@ #include "CFStringUtilities.hxx" #include "resourceprovider.hxx" #include "NSString_OOoAdditions.hxx" -#include "sal/log.hxx" +#include <sal/log.hxx> #include "ControlHelper.hxx" diff --git a/fpicker/source/aqua/FilterHelper.mm b/fpicker/source/aqua/FilterHelper.mm index 668d0f643cd5..1cca2ad8816f 100644 --- a/fpicker/source/aqua/FilterHelper.mm +++ b/fpicker/source/aqua/FilterHelper.mm @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <osl/mutex.hxx> diff --git a/fpicker/source/aqua/NSURL_OOoAdditions.mm b/fpicker/source/aqua/NSURL_OOoAdditions.mm index 7c63b79bc0c6..7c4ddbade36a 100644 --- a/fpicker/source/aqua/NSURL_OOoAdditions.mm +++ b/fpicker/source/aqua/NSURL_OOoAdditions.mm @@ -19,7 +19,7 @@ #include "NSString_OOoAdditions.hxx" #include "NSURL_OOoAdditions.hxx" -#include "sal/log.hxx" +#include <sal/log.hxx> @implementation NSURL (OOoAdditions) - (rtl::OUString) OUStringForInfo:(InfoType)info diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm b/fpicker/source/aqua/SalAquaFilePicker.mm index 2742d4ad33af..af0b1712fc69 100644 --- a/fpicker/source/aqua/SalAquaFilePicker.mm +++ b/fpicker/source/aqua/SalAquaFilePicker.mm @@ -19,7 +19,7 @@ #include <config_features.h> -#include "sal/config.h" +#include <sal/config.h> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -32,7 +32,7 @@ #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <com/sun/star/ui/dialogs/ControlActions.hpp> #include <com/sun/star/uno/Any.hxx> -#include <FPServiceInfo.hxx> +#include "FPServiceInfo.hxx" #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/fpicker/source/aqua/SalAquaFolderPicker.mm b/fpicker/source/aqua/SalAquaFolderPicker.mm index b7abcf6bcf56..8ab74dba6d00 100644 --- a/fpicker/source/aqua/SalAquaFolderPicker.mm +++ b/fpicker/source/aqua/SalAquaFolderPicker.mm @@ -26,7 +26,7 @@ #include <cppuhelper/supportsservice.hxx> #include <osl/diagnose.h> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> -#include <FPServiceInfo.hxx> +#include "FPServiceInfo.hxx" #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include "SalAquaFolderPicker.hxx" diff --git a/fpicker/source/aqua/SalAquaPicker.mm b/fpicker/source/aqua/SalAquaPicker.mm index e0bed327d831..3c22ea900680 100644 --- a/fpicker/source/aqua/SalAquaPicker.mm +++ b/fpicker/source/aqua/SalAquaPicker.mm @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/interfacecontainer.h> #include <osl/diagnose.h> -#include <FPServiceInfo.hxx> +#include "FPServiceInfo.hxx" #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include "SalAquaPicker.hxx" diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index 7543d322c295..cdd039ce389b 100644 --- a/fpicker/source/aqua/resourceprovider.mm +++ b/fpicker/source/aqua/resourceprovider.mm @@ -30,7 +30,7 @@ #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include "NSString_OOoAdditions.hxx" -#include "fpsofficeResMgr.hxx" +#include <fpsofficeResMgr.hxx> #include "resourceprovider.hxx" using rtl::OUString; |