summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:57:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:48 +0200
commit556d9a6b3c73b775d2cf9bb885164d37bbbaa724 (patch)
tree2e26239a89924566e33ad206b65572b696ba560f
parent16524faa47befbc7fa74636f99097b5654ad5818 (diff)
Avoid reserved identifier
Change-Id: I9d36c79e73d061689b6f9b9ddc5f5a99f8a2d2ab
-rw-r--r--include/oox/ole/vbaexport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ole/vbaexport.hxx b/include/oox/ole/vbaexport.hxx
index ddc911d7782e..732a50c62aa0 100644
--- a/include/oox/ole/vbaexport.hxx
+++ b/include/oox/ole/vbaexport.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __INCLUDED_INCLUDE_OOX_OLE_VBAEXPORT_HXX__
-#define __INCLUDED_INCLUDE_OOX_OLE_VBAEXPORT_HXX__
+#ifndef INCLUDED_OOX_OLE_VBAEXPORT_HXX
+#define INCLUDED_OOX_OLE_VBAEXPORT_HXX
#include <com/sun/star/uno/XInterface.hpp>