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:16:49 +0100
commit65c487f5b34d18124e0786396930af3a03d0eace (patch)
tree8e1d0504c2cbcaea7bde3db19188077b1898336f
parentfd19af10b4450cffdc055161e2df8ca5894bb24a (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;
// ============================================================================