diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-04-18 19:59:45 -0300 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-19 08:17:11 +0000 |
commit | 6f30f805bd87b940fd0693fb9f8c90e6ca779eff (patch) | |
tree | 20fea3a56d1d13a92b4da3aa1869dfe8476beb0d /svx/source/svdraw/svdotxtr.cxx | |
parent | 8d351c59d4393aa37ab38139b3a741f15a49dbfe (diff) |
fdo#62699: Drop wrapper header
Change-Id: I21e91ab136c944c6dc77a90500b1bcebbf7cf851
Reviewed-on: https://gerrit.libreoffice.org/3473
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'svx/source/svdraw/svdotxtr.cxx')
-rw-r--r-- | svx/source/svdraw/svdotxtr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx index bffdc25dee5a..60706a297ec4 100644 --- a/svx/source/svdraw/svdotxtr.cxx +++ b/svx/source/svdraw/svdotxtr.cxx @@ -19,13 +19,13 @@ #include <svx/svdotext.hxx> -#include "svx/svditext.hxx" #include <svx/svdtrans.hxx> #include <svx/svdogrp.hxx> #include <svx/svdopath.hxx> #include <svx/svdoutl.hxx> #include <svx/svdpage.hxx> // for Convert #include <svx/svdmodel.hxx> // for Convert +#include <editeng/editdata.hxx> #include <editeng/outliner.hxx> #include <svx/sdr/properties/itemsettools.hxx> #include <svx/sdr/properties/properties.hxx> |