summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-04-16 11:23:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-25 13:28:11 +0100
commit1fb61b87136e556f13537794d30077606f4949c9 (patch)
tree964a1fa095b5a358119c5421ab3df3e24971d555 /include/oox
parenttypo: s/Toolbare/Toolbars/ (diff)
downloadcore-1fb61b87136e556f13537794d30077606f4949c9.tar.gz
core-1fb61b87136e556f13537794d30077606f4949c9.zip
provide complete types of FragmentHandler and RecordInfo before they are used
(cherry picked from commit c73bc9587bdcf6a5d3add454fe3383fc9d2c1e65) Conflicts: oox/inc/oox/core/recordparser.hxx Change-Id: I6deecaabe32d4b071a83ce4687f83543354ddac2
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/core/recordparser.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/oox/core/recordparser.hxx b/include/oox/core/recordparser.hxx
index 9e417c03d01a..bd8942771050 100644
--- a/include/oox/core/recordparser.hxx
+++ b/include/oox/core/recordparser.hxx
@@ -25,13 +25,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; }