diff options
author | Herbert Dürr <hdu@apache.org> | 2013-04-26 12:43:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-27 12:57:34 +0100 |
commit | d133d8f0dfaaab53af225d3f667b14ee02aa21fc (patch) | |
tree | ad5548744dbe908c1750584d7fab32b05bf9d0ca /forms | |
parent | f9a3a8a41dc448d551405c53d17f67e9ad1928dc (diff) |
make sure class MIP is complete before it is used
(cherry picked from commit c8ed66993a98faa4730d507903f110dc80c61445)
Conflicts:
forms/source/xforms/model.hxx
Change-Id: Iec9e999b1568ad422ea2118c04b770000bdbfd75
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/model.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx index a2d83b61f94b..f68522c48c85 100644 --- a/forms/source/xforms/model.hxx +++ b/forms/source/xforms/model.hxx @@ -28,6 +28,7 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/uno/Reference.hxx> +#include "mip.hxx" #include <map> @@ -46,7 +47,6 @@ namespace com { namespace sun { namespace star } } } namespace xforms { - class MIP; class BindingCollection; class SubmissionCollection; class InstanceCollection; |