diff options
author | dante <dante19031999@gmail.com> | 2021-01-03 20:47:02 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-01-18 13:12:27 +0100 |
commit | e552ddda9abf7b9c285972e0d15a5b28d721c530 (patch) | |
tree | 3ef4c73412ea26f60f0718b733e5585a2571b18f /starmath/source/view.cxx | |
parent | 3b3591d3c127c306f4d5f6bbb34118b03c3124c0 (diff) |
Mathml gets it's own directory
It has grown recently and is going to grow more.
cfgitem.hxx has been moved and clangformated because it is not anymore in excludelist
Change-Id: I277837b2c0a90ae4e84028dc6e19962939c1aef3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108645
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 27288ffa3469..2a69b340e3ef 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -64,13 +64,13 @@ #include <unomodel.hxx> #include <view.hxx> -#include "cfgitem.hxx" +#include <cfgitem.hxx> #include <dialog.hxx> #include <document.hxx> #include <starmath.hrc> #include <strings.hrc> #include <smmod.hxx> -#include "mathmlimport.hxx" +#include <mathmlimport.hxx> #include <cursor.hxx> #include "accessibility.hxx" #include <ElementsDockingWindow.hxx> |