diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-07 16:12:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-07 19:20:17 +0100 |
commit | a0e0575dcf4fede5c6e20636c63042d8c62ecf77 (patch) | |
tree | af00fa7be111a91cc2ff61d8f6d9fb0d945a3231 /lotuswordpro | |
parent | efd2510e225232ac35707a3ed55b83be9fa046af (diff) |
forward decls go after #include
Change-Id: I54c33508639044092356eed5144720261b4f65db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124816
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/inc/lwpfoundry.hxx | 4 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpuidoc.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/inc/lwpfoundry.hxx b/lotuswordpro/inc/lwpfoundry.hxx index 73d03a6642f9..ebecc4b0d825 100644 --- a/lotuswordpro/inc/lwpfoundry.hxx +++ b/lotuswordpro/inc/lwpfoundry.hxx @@ -68,12 +68,12 @@ #include "lwpdropcapmgr.hxx" #include "xfilter/ixfstyle.hxx" #include <unordered_map> +#include <memory> + class LwpDocument; class LwpBookMark; -#include <memory> - class LwpVersionManager { public: diff --git a/lotuswordpro/source/filter/lwpuidoc.hxx b/lotuswordpro/source/filter/lwpuidoc.hxx index 055490d7bd59..3e2ce786afe7 100644 --- a/lotuswordpro/source/filter/lwpuidoc.hxx +++ b/lotuswordpro/source/filter/lwpuidoc.hxx @@ -62,13 +62,13 @@ #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUIDOC_HXX #include <config_lgpl.h> +#include <lwpobjstrm.hxx> +#include <lwpatomholder.hxx> class LwpNamedProperties; class LwpAutoRunMacroOptions; class LwpMergeOptions; -#include <lwpobjstrm.hxx> -#include <lwpatomholder.hxx> /** * @brief Properties in UIDocument structure * not parsed yet |