diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-20 15:45:53 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-20 15:45:53 +0200 |
commit | b812217fb9701fc0b0bca438668611fc8a10cc10 (patch) | |
tree | 89cc18cb1a5a6a68a5980ae27a9f1243eed24477 | |
parent | bc4b14f2963c7ce48246603453c1272b040fb57d (diff) |
DEV300 masterfix: #i10000#: fix include because SvxPaperBinItem has been moved to editeng
Notes
Notes:
split repo tag: writer_ooo/DEV300_m77
-rwxr-xr-x | sw/source/core/doc/doc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index ecc0ea066bf5..da366da4b6fa 100755 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -56,7 +56,7 @@ #include <sfx2/linkmgr.hxx> #include <editeng/forbiddencharacterstable.hxx> #include <svx/svdmodel.hxx> -#include <svx/pbinitem.hxx> +#include <editeng/pbinitem.hxx> #include <unotools/charclass.hxx> #include <unotools/localedatawrapper.hxx> |