summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlgentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatdlgentry.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx5
1 files changed, 5 insertions, 0 deletions
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 <formula/funcutl.hxx>
@@ -277,4 +280,6 @@ public:
virtual condformat::entry::ScCondFrmtEntryType GetType() { return condformat::entry::ICONSET; }
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */