diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:54 +0200 |
commit | 1c46c7a04fcd2a02429d6360bd1e78e2519619da (patch) | |
tree | 6a640dd912b8f56a210a9f8c7d9eafacd53ef8b9 /sfx2/source/view/frame.cxx | |
parent | 7666da05ee9dd54c65038ce13d0c39e67d70a0d1 (diff) |
loplugin:includeform: sfx2
Change-Id: I5e9a7a2580a710880023288f5ed3584708c4769d
Diffstat (limited to 'sfx2/source/view/frame.cxx')
-rw-r--r-- | sfx2/source/view/frame.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index 9c79959935c0..92abaca424d9 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -39,27 +39,27 @@ #include <vcl/msgbox.hxx> // due to pTopFrames -#include "appdata.hxx" +#include <appdata.hxx> #include <sfx2/app.hxx> #include <sfx2/event.hxx> #include <sfx2/unoctitm.hxx> #include <sfx2/frame.hxx> -#include "arrdecl.hxx" +#include <arrdecl.hxx> #include <sfx2/objsh.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/frmdescr.hxx> -#include "openflag.hxx" +#include <openflag.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/request.hxx> #include <sfx2/fcontnr.hxx> #include "impframe.hxx" -#include "workwin.hxx" +#include <workwin.hxx> #include <sfx2/sfxuno.hxx> #include <sfx2/msgpool.hxx> -#include "objshimp.hxx" +#include <objshimp.hxx> #include <sfx2/ipclient.hxx> #include <childwinimpl.hxx> |