Author: hdu Date: Mon Jul 7 08:04:18 2014 New Revision: 1608363 URL: http://svn.apache.org/r1608363 Log: #i125171# fix build breaker in Writer's notxtfrm.cxx
Patch-by: Regina Henschel <[email protected]> Merged from trunk revision 1608348 Modified: openoffice/branches/AOO410/ (props changed) openoffice/branches/AOO410/main/ (props changed) openoffice/branches/AOO410/main/sw/ (props changed) openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx Propchange: openoffice/branches/AOO410/ ------------------------------------------------------------------------------ Merged /openoffice/trunk:r1608348,1608359 Propchange: openoffice/branches/AOO410/main/ ------------------------------------------------------------------------------ Merged /openoffice/trunk/main:r1608348 Propchange: openoffice/branches/AOO410/main/sw/ ------------------------------------------------------------------------------ Merged /openoffice/trunk/main/sw:r1608348 Modified: openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx?rev=1608363&r1=1608362&r2=1608363&view=diff ============================================================================== --- openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx (original) +++ openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx Mon Jul 7 08:04:18 2014 @@ -77,6 +77,8 @@ #include <drawinglayer/processor2d/processor2dtools.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <drawinglayer/primitive2d/graphicprimitive2d.hxx> +#include <vcl/pdfextoutdevdata.hxx> +#include <svtools/filter.hxx> using namespace com::sun::star;
