diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-28 12:03:34 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-28 12:58:49 -0400 |
commit | 8c5f640308b618ec330e83527019a4baa982f902 (patch) | |
tree | ea434232c22b52db2a037907de6a842e2027fee6 /svx/source/svdraw/svdotext.cxx | |
parent | 2b4ffd8e333dee31ee7df58f693d8eff9ec5a93e (diff) |
Move these headers from include to svx; they are not used outside svx.
Change-Id: I8685b451a39e890250a3309ddb70346bac4084b2
Diffstat (limited to 'svx/source/svdraw/svdotext.cxx')
-rw-r--r-- | svx/source/svdraw/svdotext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx index cd75e66f6c02..3be6f28def47 100644 --- a/svx/source/svdraw/svdotext.cxx +++ b/svx/source/svdraw/svdotext.cxx @@ -49,7 +49,7 @@ #include <svl/style.hxx> #include <editeng/editeng.hxx> #include <svl/itemiter.hxx> -#include <svx/sdr/properties/textproperties.hxx> +#include <sdr/properties/textproperties.hxx> #include <vcl/metaact.hxx> #include <svx/sdr/contact/viewcontactoftextobj.hxx> #include <basegfx/tuple/b2dtuple.hxx> |