diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-18 00:25:31 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-18 00:25:31 +0100 |
commit | d35fa4161f83c84408c192c642978fe1aa528752 (patch) | |
tree | bbabadfa0181ca5578f3744f2f2c5871119e293a /oox | |
parent | f3df19b23d80a23e8f42cf766499b1a23ecfe923 (diff) |
class vs struct mismatch
Apparently this was enough to cause a linking error with oox::vml::TextBox::TextBox
on Windows.
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/vml/vmltextbox.hxx | 2 |
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; // ============================================================================ |