diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-07-29 09:04:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-29 09:43:11 +0200 |
commit | b6222a90f1d0ae800dc5362ebc9b5b354ba873b1 (patch) | |
tree | 7b1f92f1cb139e7a5d535ffb28efa6af39726c9f /xmloff/source/core | |
parent | d3dd362c093916b4ad5d08844dacd291aa2c9b8f (diff) |
Remove some unused includes
Change-Id: I9af7e2fa0a450ebe396c0f049831a20100dbdc9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99659
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 235aa867c221..7c9a6b52e19c 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -23,7 +23,6 @@ #include <stack> -#include <officecfg/Office/Common.hxx> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> #include <osl/mutex.hxx> #include <tools/urlobj.hxx> |