summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namedefdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namedefdlg.hxx')
-rw-r--r--sc/source/ui/inc/namedefdlg.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx
index 6844f3e5be5a..185a3c237f3c 100644
--- a/sc/source/ui/inc/namedefdlg.hxx
+++ b/sc/source/ui/inc/namedefdlg.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef SC_NAMEDEFDLG_HXX
+#define SC_NAMEDEFDLG_HXX
+
#include "anyrefdg.hxx"
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
@@ -85,4 +88,6 @@ public:
void GetNewData( OUString& rName, OUString& rScope );
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */