diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
commit | 55f1f483cfa4cde111593782f17c514a0056d7f0 (patch) | |
tree | b862f97846992ba1457664b6f1cd551ca7eee844 /sw/inc/numrule.hxx | |
parent | ebbf721d69d4040a392d493c8a89a4c0023476cf (diff) |
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index dfaa5101c01c..bae6cc6ba105 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -33,8 +33,8 @@ #include <tools/link.hxx> #include <tools/gen.hxx> #include <tools/string.hxx> -#include <svx/svxenum.hxx> -#include <svx/numitem.hxx> +#include <editeng/svxenum.hxx> +#include <editeng/numitem.hxx> #include "swdllapi.h" #include <swtypes.hxx> #include <calbck.hxx> |