summaryrefslogtreecommitdiffstats
path: root/include/sfx2/dinfdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r--include/sfx2/dinfdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 2834ca25f9a5..c43b85260a2d 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SFX_DINFDLG_HXX
-#define SFX_DINFDLG_HXX
+#ifndef INCLUDED_SFX2_DINFDLG_HXX
+#define INCLUDED_SFX2_DINFDLG_HXX
#include <boost/optional/optional.hpp>
@@ -636,6 +636,6 @@ public:
static SfxTabPage* Create( Window* pParent, const SfxItemSet& );
};
-#endif // #ifndef _SFX_DINFDLG_HXX
+#endif // #ifndef _ INCLUDED_SFX2_DINFDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */