summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformathelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformathelper.hxx')
-rw-r--r--sc/source/ui/inc/condformathelper.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/inc/condformathelper.hxx b/sc/source/ui/inc/condformathelper.hxx
index b64e45825386..47270d061c46 100644
--- a/sc/source/ui/inc/condformathelper.hxx
+++ b/sc/source/ui/inc/condformathelper.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef SC_CONDFORMATHELPER_HXX
+#define SC_CONDFORMATHELPER_HXX
+
#include <rtl/ustring.hxx>
#include "conditio.hxx"
@@ -32,4 +35,6 @@ public:
OUString aStr1 = OUString(), OUString aStr2 = OUString() );
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */