summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-05 22:33:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-05 22:35:56 +0200
commitf506b899262720928e228e904f8148ddee6f8aae (patch)
tree970d64125e08f42acdf6308f0369dfe09776fc46 /include
parent93e425cda7b7ea026842bb6619d9aa4ce3280048 (diff)
ColorControl.hxx: header guards still necessary in 21st century
Change-Id: I27e773327cdcdc80d7cee0591741a7e1f439afbf
Diffstat (limited to 'include')
-rw-r--r--include/svx/sidebar/ColorControl.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/svx/sidebar/ColorControl.hxx b/include/svx/sidebar/ColorControl.hxx
index 1ba2e3414fcc..56cac38b3c90 100644
--- a/include/svx/sidebar/ColorControl.hxx
+++ b/include/svx/sidebar/ColorControl.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -15,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+#ifndef SVX_COLORCONTROL_HXX
+#define SVX_COLORCONTROL_HXX
+
#include "svx/sidebar/PopupControl.hxx"
#include <svtools/valueset.hxx>
@@ -80,3 +85,7 @@ private:
};
} } // end of namespace svx::sidebar
+
+#endif // SVX_COLORCONTROL_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */