Author: hdu
Date: Tue Apr 16 12:23:34 2013
New Revision: 1468390
URL: http://svn.apache.org/r1468390
Log:
provide complete types of FragmentHandler and RecordInfo before they are used
Modified:
openoffice/trunk/main/oox/inc/oox/core/recordparser.hxx
Modified: openoffice/trunk/main/oox/inc/oox/core/recordparser.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/oox/inc/oox/core/recordparser.hxx?rev=1468390&r1=1468389&r2=1468390&view=diff
==============================================================================
--- openoffice/trunk/main/oox/inc/oox/core/recordparser.hxx (original)
+++ openoffice/trunk/main/oox/inc/oox/core/recordparser.hxx Tue Apr 16 12:23:34 2013
@@ -29,13 +29,11 @@
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <rtl/ref.hxx>
#include "oox/helper/binaryinputstream.hxx"
+#include "oox/core/fragmenthandler.hxx"
namespace oox {
namespace core {
-class FragmentHandler;
-struct RecordInfo;
-
namespace prv { class Locator; }
namespace prv { class ContextStack; }
|