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

svn commit: r1608348 - /openoffice/trunk/main/sw/source/core/doc/notxtfrm.cxx

Author: regina
Date: Mon Jul  7 06:50:24 2014
New Revision: 1608348

URL: http://svn.apache.org/r1608348
Log:
Add missing includes to fix build break

Modified:
    openoffice/trunk/main/sw/source/core/doc/notxtfrm.cxx

Modified: openoffice/trunk/main/sw/source/core/doc/notxtfrm.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/doc/notxtfrm.cxx?rev=1608348&r1=1608347&r2=1608348&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/doc/notxtfrm.cxx (original)
+++ openoffice/trunk/main/sw/source/core/doc/notxtfrm.cxx Mon Jul  7 06:50:24 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;