summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namemgrtable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namemgrtable.hxx')
-rw-r--r--sc/source/ui/inc/namemgrtable.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx
index 929f6be92c40..5e5a8ca8a4c0 100644
--- a/sc/source/ui/inc/namemgrtable.hxx
+++ b/sc/source/ui/inc/namemgrtable.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef SC_NAMEMGRTABLE_HXX
+#define SC_NAMEMGRTABLE_HXX
+
#include <svtools/simptabl.hxx>
#include <vcl/ctrl.hxx>
@@ -69,4 +72,6 @@ public:
DECL_LINK( HeaderEndDragHdl, void*);
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */