From 835be9046c2a4726fc88b031517f978b98a492f4 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 18 Dec 2012 00:25:31 +0100 Subject: 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 --- oox/inc/oox/vml/vmltextbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // ============================================================================ -- cgit