oox/inc/oox/vml/vmltextbox.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65c487f5b34d18124e0786396930af3a03d0eace
Author: Luboš Luňák <l.lu...@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.
    
    Signed-off-by: Petr Mladek <pmla...@suse.cz>

diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx
index 4981443..1dc30ab 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;
 
 // ============================================================================
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to