summaryrefslogtreecommitdiff
path: root/extensions/test
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test')
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h6
-rw-r--r--extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h
index f200129ed883..810c1a8964c1 100644
--- a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h
+++ b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.h
@@ -18,8 +18,8 @@
*/
// Callback.h : Declaration of the CCallback
-#ifndef __CALLBACK_H_
-#define __CALLBACK_H_
+#ifndef INCLUDED_EXTENSIONS_TEST_OLE_UNOTOCOMCALLS_XCALLBACK_IMPL_CALLBACK_H
+#define INCLUDED_EXTENSIONS_TEST_OLE_UNOTOCOMCALLS_XCALLBACK_IMPL_CALLBACK_H
#include "resource.h"
@@ -123,7 +123,7 @@ public:
STDMETHOD(func1)();
};
-#endif //__CALLBACK_H_
+#endif // INCLUDED_EXTENSIONS_TEST_OLE_UNOTOCOMCALLS_XCALLBACK_IMPL_CALLBACK_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h
index e617ca6d763c..cf140245e969 100644
--- a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h
+++ b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.h
@@ -18,8 +18,8 @@
*/
// Simple.h : Declaration of the CSimple
-#ifndef __SIMPLE_H_
-#define __SIMPLE_H_
+#ifndef INCLUDED_EXTENSIONS_TEST_OLE_UNOTOCOMCALLS_XCALLBACK_IMPL_SIMPLE_H
+#define INCLUDED_EXTENSIONS_TEST_OLE_UNOTOCOMCALLS_XCALLBACK_IMPL_SIMPLE_H
#include "resource.h"
@@ -53,6 +53,6 @@ public:
STDMETHOD(func)( BSTR message);
};
-#endif //__SIMPLE_H_
+#endif // INCLUDED_EXTENSIONS_TEST_OLE_UNOTOCOMCALLS_XCALLBACK_IMPL_SIMPLE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */