summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-18 00:25:31 +0100
committerPetr Mladek <pmladek@suse.cz>2013-01-23 10:20:01 +0100
commit835be9046c2a4726fc88b031517f978b98a492f4 (patch)
tree068081b744fa75e11ae44ea7e99c71f05bbc594f
parent408fe71bd18616c467b3dcd7ab6756528ffcae25 (diff)
class vs struct mismatch
Apparently this was enough to cause a linking error with oox::vml::TextBox::TextBox on Windows. Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r--oox/inc/oox/vml/vmltextbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx
index 49814439a91f..1dc30ab11e48 100644
--- a/oox/inc/oox/vml/vmltextbox.hxx
+++ b/oox/inc/oox/vml/vmltextbox.hxx
@@ -33,7 +33,7 @@ namespace com { namespace sun { namespace star {
namespace oox {
namespace vml {
-class ShapeTypeModel;
+struct ShapeTypeModel;
// ============================================================================