diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-20 00:14:44 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-21 04:53:07 +0900 |
commit | a06e1a6b63dfcb84cb1a3a7c5fd30829b9d33c82 (patch) | |
tree | c324f60d0445591f7109b0919fc1b39cd7d1ba08 | |
parent | fabf6aa20117fb1132fc7e730e5eeecd0378e67e (diff) |
It does not require SwAppletImpl but only a couple of subheaders
-rw-r--r-- | sw/source/ui/shells/textsh.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx index 59bb69c2b1a7..ef2f4b90efb1 100644 --- a/sw/source/ui/shells/textsh.cxx +++ b/sw/source/ui/shells/textsh.cxx @@ -32,6 +32,8 @@ #include <hintids.hxx> #include <svl/globalnameitem.hxx> +#include <svl/ownlist.hxx> +#include <sfx2/frmdescr.hxx> #include <sfx2/objface.hxx> #include <sfx2/lnkbase.hxx> @@ -100,7 +102,6 @@ #include <shells.hrc> #include <popup.hrc> #include <swerror.h> -#include <SwAppletImpl.hxx> #include <unochart.hxx> #include <chartins.hxx> |