odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b45e8153b28b7447a922129d3e3a182315c8b337
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Jan 8 09:01:30 2014 +0100

    Missing forward declaration
    
    Change-Id: I1c7cb32819d70efaf470247c86e0ee8dcb3f9087

diff --git a/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h 
b/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h
index 98b26e1..026cf42 100644
--- a/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h
+++ b/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h
@@ -43,6 +43,7 @@ namespace com
                 class XModel;
                 class XFrame;
             }
+            namespace uno { class XComponentContext; }
         }
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to