basctl/source/inc/docsignature.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d67eb7244b641728b91e070568bdb309149f5f4
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Sep 7 11:58:09 2012 +0200

    -Werror,-Wmismatched-tags
    
    Change-Id: Idc0830c4b893f55f56e0d322e87b4eff4a60d995

diff --git a/basctl/source/inc/docsignature.hxx 
b/basctl/source/inc/docsignature.hxx
index 9ec8852..b18601d 100644
--- a/basctl/source/inc/docsignature.hxx
+++ b/basctl/source/inc/docsignature.hxx
@@ -68,7 +68,7 @@ namespace basctl
         DocumentSignature();        // not implemented
 
     private:
-        class Impl;
+        struct Impl;
         boost::scoped_ptr<Impl> m_pImpl;
     };
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to