summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swmessdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swmessdialog.hxx')
-rw-r--r--sw/source/uibase/inc/swmessdialog.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/swmessdialog.hxx b/sw/source/uibase/inc/swmessdialog.hxx
index 1937e3723058..674d347d87ec 100644
--- a/sw/source/uibase/inc/swmessdialog.hxx
+++ b/sw/source/uibase/inc/swmessdialog.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_SWMESSDIALOG_HXX
+#define INCLUDED_SW_SOURCE_UIBASE_INC_SWMESSDIALOG_HXX
+
#include <vcl/dialog.hxx>
class Edit;
@@ -27,4 +30,6 @@ public:
const OUString& rUIXMLDescription);
};
+#endif // INCLUDED_SW_SOURCE_UIBASE_INC_SWMESSDIALOG_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */