From 8fc6905674142c226a117a97a08cf0b24c9d4fc1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 21 Oct 2013 05:42:51 +0200 Subject: fdo#68849 add some header guards Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- sc/source/ui/inc/condformatdlgentry.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sc/source/ui/inc/condformatdlgentry.hxx') diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx index 77054ab06a21..806c7ce9ca7d 100644 --- a/sc/source/ui/inc/condformatdlgentry.hxx +++ b/sc/source/ui/inc/condformatdlgentry.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef SC_CONDFORMATDLGENTRY_HXX +#define SC_CONDFORMATDLGENTRY_HXX + #include "colorscale.hxx" #include "conditio.hxx" #include @@ -277,4 +280,6 @@ public: virtual condformat::entry::ScCondFrmtEntryType GetType() { return condformat::entry::ICONSET; } }; +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit