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 | 0cb776d2f4613762487a3d6f90e90d1cbd5ff389 (patch) | |
tree | 145552aba7c4d828efb1a267f302bed527e5d72b | |
parent | 45d45d24ba1dfeb8cbb91665e8b44d971a67e1fd (diff) |
DEV300 masterfix: #i10000#: fix include because SvxPaperBinItem has been moved to editengooo/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 0d4670df7f..3fbf10e186 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> |