diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-02-02 19:31:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-03 08:12:09 +0100 |
commit | cdd3c6851027a8a66baefcc4f1e58b7c4ad4ee6a (patch) | |
tree | c10c7b33444ee71fc37c3faa496560042c097f04 /xmloff/source/text/txtexppr.hxx | |
parent | 18b2cecfef3dd26bac15522667b465802ff3f96b (diff) |
move some xmloff/ headers inside the module
Change-Id: I57e97da952c18c33af85a8fe24ebf021fc0631d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87828
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/txtexppr.hxx')
-rw-r--r-- | xmloff/source/text/txtexppr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtexppr.hxx b/xmloff/source/text/txtexppr.hxx index be456afd0a14..7e13180e1543 100644 --- a/xmloff/source/text/txtexppr.hxx +++ b/xmloff/source/text/txtexppr.hxx @@ -22,7 +22,7 @@ #include <xmloff/xmlexppr.hxx> #include "txtdrope.hxx" -#include <xmloff/xmltabe.hxx> +#include <xmltabe.hxx> #include <XMLTextColumnsExport.hxx> #include <XMLBackgroundImageExport.hxx> |