summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/macroass.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:43:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:10 +0200
commit7182283c13238bdd3d6795f793f6c14b234585d4 (patch)
tree38ee352cdadbd5d739d85707a58da065a0d2ac3c /cui/source/tabpages/macroass.cxx
parent4b27653a122acbbb38c800f0b1972f339e73d115 (diff)
loplugin:includeform: cui
Change-Id: Ibd88b2ee4252733c5aeee97bec27f34b8e555364
Diffstat (limited to 'cui/source/tabpages/macroass.cxx')
-rw-r--r--cui/source/tabpages/macroass.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx
index a1a576b1b064..8aa7f60aa7ba 100644
--- a/cui/source/tabpages/macroass.cxx
+++ b/cui/source/tabpages/macroass.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "macroass.hxx"
+#include <macroass.hxx>
#include <basic/basmgr.hxx>
#include <comphelper/string.hxx>
@@ -26,14 +26,14 @@
#include <svx/dialogs.hrc>
#include <svtools/svmedit.hxx>
#include <vcl/idle.hxx>
-#include "cfgutil.hxx"
+#include <cfgutil.hxx>
#include <sfx2/app.hxx>
#include <sfx2/evntconf.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/fixed.hxx>
-#include "headertablistbox.hxx"
-#include "svtools/svlbitm.hxx"
-#include "svtools/treelistentry.hxx"
+#include <headertablistbox.hxx>
+#include <svtools/svlbitm.hxx>
+#include <svtools/treelistentry.hxx>
#include <o3tl/make_unique.hxx>
using ::com::sun::star::uno::Reference;