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, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx
index 3c39ad2d3d86..f1ff30b609fd 100644
--- a/sc/source/ui/inc/namedefdlg.hxx
+++ b/sc/source/ui/inc/namedefdlg.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMEDEFDLG_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_NAMEDEFDLG_HXX
+#pragma once
#include "anyrefdg.hxx"
@@ -87,6 +86,4 @@ public:
void GetNewData(OUString& rName, OUString& rScope);
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */