diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:55 +0200 |
commit | 3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 (patch) | |
tree | f2c55022db35b8a1d4569e437d6636472f8ab83d /sd/source/ui/view/sdview3.cxx | |
parent | 2d1de9686e831158de55d9c5e8f51d36412556ec (diff) |
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index de471ddca611..ca02e197d0e6 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "View.hxx" +#include <View.hxx> #include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp> @@ -54,21 +54,21 @@ #include <svx/svxids.hrc> #include <toolkit/helper/vclunohelper.hxx> #include <svtools/embedhlp.hxx> -#include "DrawDocShell.hxx" -#include "fupoor.hxx" -#include "tablefunction.hxx" -#include "Window.hxx" -#include "sdxfer.hxx" -#include "sdpage.hxx" -#include "DrawViewShell.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "imapinfo.hxx" -#include "SlideSorterViewShell.hxx" -#include "strmname.h" -#include "unomodel.hxx" -#include "ViewClipboard.hxx" +#include <DrawDocShell.hxx> +#include <fupoor.hxx> +#include <tablefunction.hxx> +#include <Window.hxx> +#include <sdxfer.hxx> +#include <sdpage.hxx> +#include <DrawViewShell.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <imapinfo.hxx> +#include <SlideSorterViewShell.hxx> +#include <strmname.h> +#include <unomodel.hxx> +#include <ViewClipboard.hxx> #include <sfx2/ipclient.hxx> #include <sfx2/classificationhelper.hxx> #include <comphelper/storagehelper.hxx> |