diff options
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r-- | starmath/source/document.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 07886b68f6a0..a7f6ac6b31ea 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -73,14 +73,14 @@ #include "ooxmlexport.hxx" #include "ooxmlimport.hxx" #include "rtfexport.hxx" -#include "mathmlimport.hxx" -#include "mathmlexport.hxx" +#include <mathmlimport.hxx> +#include <mathmlexport.hxx> #include <svx/svxids.hrc> #include <cursor.hxx> #include <tools/diagnose_ex.h> #include <visitors.hxx> #include "accessibility.hxx" -#include "cfgitem.hxx" +#include <cfgitem.hxx> #include <memory> #include <utility> #include <oox/mathml/export.hxx> |