From f852bda5ecf68c9450925bc95138509ffadb4a43 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 22 Oct 2013 17:03:24 +0200 Subject: clean up some include guards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: sw/source/ui/inc/content.hxx Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6 Reviewed-on: https://gerrit.libreoffice.org/6388 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/editeng/Node.hxx | 6 +++--- include/sfx2/sidebar/SidebarToolBox.hxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/editeng/Node.hxx b/include/editeng/Node.hxx index 3159e48a99b7..62e775d818b3 100644 --- a/include/editeng/Node.hxx +++ b/include/editeng/Node.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef NODE_HXX -#define NODE_HXX +#ifndef INCLUDED_EDITENG_NODE_HXX +#define INCLUDED_EDITENG_NODE_HXX #include #include @@ -97,6 +97,6 @@ public: static Node* our_pNodeNullPointer; }; -#endif // NODE_HXX +#endif // INCLUDED_EDITENG_NODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 74e4e87585f1..4dcdd60e20c2 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SFX_SIDEBAR_TOOLBOX_HXX -#define SFX_SIDEBAR_TOOLBOX_HXX +#ifndef INCLUDED_SFX2_SIDEBAR_SIDEBARTOOLBOX_HXX +#define INCLUDED_SFX2_SIDEBAR_SIDEBARTOOLBOX_HXX #include "sfx2/dllapi.h" #include "vcl/toolbox.hxx" -- cgit