diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-04 15:10:30 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-04 15:10:30 +0100 |
commit | 6d466e187b459263b41a33122bb7cd244bd1ea1c (patch) | |
tree | 9a3ed253c6b3d9dbcf26cb00ff44336387d8a4b3 | |
parent | 80d15cc8d4053f121707248070cba9047e58c36c (diff) |
#i10000# build fix (missing includes etc )ooo/DEV300_m75ooo/DEV300_m74
-rw-r--r-- | sw/source/ui/wrtsh/wrtsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx index 7efa98559a..3036f903e4 100644 --- a/sw/source/ui/wrtsh/wrtsh1.cxx +++ b/sw/source/ui/wrtsh/wrtsh1.cxx @@ -108,7 +108,7 @@ #include <paratr.hxx> #include <ndtxt.hxx> #include <editeng/acorrcfg.hxx> -#include <svx/acorrcfg.hxx> +//#include <svx/acorrcfg.hxx> #include <IMark.hxx> // -> #111827# |