diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-06-09 21:10:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-06-10 09:27:48 +0200 |
commit | 192721b6c7698d1db2d9d404c6f30b2eb9224796 (patch) | |
tree | 7772e1117701c121d4f0432b07bd92cd15a47df4 /xmloff/inc/pch | |
parent | a3b65fdb439560b3917f880629ed0737368c8f5c (diff) |
xmloff: create XMLAutoTextEventExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: Ibb3bc2afba00ff962e3ed4f14a5e5a3c735a1a29
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95963
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc/pch')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index aec33d71a5b3..bd99331f986b 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -197,7 +197,6 @@ #if PCH_LEVEL >= 4 #include <PageMasterStyleMap.hxx> #include <XMLStringBufferImportContext.hxx> -#include <facreg.hxx> #include <xexptran.hxx> #include <xmloff/ProgressBarHelper.hxx> #include <xmloff/XMLBase64ImportContext.hxx> |