[PATCH 07/11] Fixed include guard copy/paste error (cherry picked from commit 932f5a4b1f001c11bab8fb10d3be324ded13193f)
Stephan Bergmann
sbergman at redhat.com
Wed Apr 4 06:02:51 PDT 2012
Signed-off-by: Michael Stahl <mstahl at redhat.com>
---
bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx b/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx
index de498a3..5159f94 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.hxx
@@ -26,8 +26,8 @@
*
************************************************************************/
-#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX
-#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX
+#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_INTEL_CALLVIRTUALMETHOD_HXX
+#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_INTEL_CALLVIRTUALMETHOD_HXX
#include "sal/config.h"
--
1.7.10.2
--------------090501060009070409060002--
More information about the LibreOffice
mailing list