[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - oox/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Dec 17 15:28:02 PST 2012
oox/inc/oox/vml/vmltextbox.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aea98fa5e3dacd34575b17eeb46692491e35116a
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Dec 18 00:25:31 2012 +0100
class vs struct mismatch
Apparently this was enough to cause a linking error with oox::vml::TextBox::TextBox
on Windows.
diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx
index 3f40136..93b06b5 100644
--- a/oox/inc/oox/vml/vmltextbox.hxx
+++ b/oox/inc/oox/vml/vmltextbox.hxx
@@ -42,7 +42,7 @@ namespace com { namespace sun { namespace star {
namespace oox {
namespace vml {
-class ShapeTypeModel;
+struct ShapeTypeModel;
// ============================================================================
More information about the Libreoffice-commits
mailing list