summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namedefdlg.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-21 05:42:51 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-21 09:15:59 +0000
commit8fc6905674142c226a117a97a08cf0b24c9d4fc1 (patch)
tree4b32555fc44b1c84819bcc75bfd1451b57dd2e2b /sc/source/ui/inc/namedefdlg.hxx
parentaa02102fe9d338eb7d0774bd54feeac2142506ac (diff)
fdo#68849 add some header guards
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
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: */