MyProtocolHandler.h (cdf0e10c) MyProtocolHandler.h (cb2654af)
1#ifndef _MyProtocolHandler_HXX
2#define _MyProtocolHandler_HXX
3
1#ifndef _MyProtocolHandler_HXX
2#define _MyProtocolHandler_HXX
3
4#include <com/sun/star/awt/XToolkit.hpp>
5#include <com/sun/star/beans/NamedValue.hpp>
4#include <com/sun/star/lang/XInitialization.hpp>
6#include <com/sun/star/lang/XInitialization.hpp>
7#include <com/sun/star/lang/XServiceInfo.hpp>
5#include <com/sun/star/frame/XDispatchProvider.hpp>
6#include <com/sun/star/frame/XControlNotificationListener.hpp>
8#include <com/sun/star/frame/XDispatchProvider.hpp>
9#include <com/sun/star/frame/XControlNotificationListener.hpp>
7#include <com/sun/star/lang/XServiceInfo.hpp>
8#include <com/sun/star/beans/NamedValue.hpp>
9#include <cppuhelper/implbase3.hxx>
10#ifndef _CPPUHELPER_IMPLBASE2_HXX
11#include <cppuhelper/implbase2.hxx>
10#include <cppuhelper/implbase2.hxx>
12#endif
13#include <com/sun/star/awt/XToolkit.hpp>
11#include <cppuhelper/implbase3.hxx>
14
15#define MYPROTOCOLHANDLER_IMPLEMENTATIONNAME "vnd.demo.Impl.ProtocolHandler"
16#define MYPROTOCOLHANDLER_SERVICENAME "vnd.demo.ProtocolHandler"
17
18namespace com
19{
20 namespace sun
21 {

--- 120 unchanged lines hidden ---
12
13#define MYPROTOCOLHANDLER_IMPLEMENTATIONNAME "vnd.demo.Impl.ProtocolHandler"
14#define MYPROTOCOLHANDLER_SERVICENAME "vnd.demo.ProtocolHandler"
15
16namespace com
17{
18 namespace sun
19 {

--- 120 unchanged lines hidden ---