You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/07/07 10:04:19 UTC

svn commit: r1608363 - in /openoffice/branches/AOO410: ./ main/ main/sw/ main/sw/source/core/doc/notxtfrm.cxx

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 <re...@apache.org>

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;