[Libreoffice-commits] core.git: odk/examples

Stephan Bergmann sbergman at redhat.com
Wed Jan 8 00:01:55 PST 2014


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

New commits:
commit b45e8153b28b7447a922129d3e3a182315c8b337
Author: Stephan Bergmann <sbergman at 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; }
         }
     }
 }


More information about the Libreoffice-commits mailing list