summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/warnbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/warnbox.hxx')
-rw-r--r--sc/source/ui/inc/warnbox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/warnbox.hxx b/sc/source/ui/inc/warnbox.hxx
index 2218abf037b8..d06257872971 100644
--- a/sc/source/ui/inc/warnbox.hxx
+++ b/sc/source/ui/inc/warnbox.hxx
@@ -23,7 +23,7 @@
#include <vcl/msgbox.hxx>
-// ============================================================================
+
/** Message box with warning image and "Do not show again" checkbox. */
class ScCbWarningBox : public WarningBox
@@ -45,7 +45,7 @@ public:
};
-// ----------------------------------------------------------------------------
+
/** Warning box for "Replace cell contents?". */
class ScReplaceWarnBox : public ScCbWarningBox
@@ -60,7 +60,7 @@ public:
};
-// ============================================================================
+
#endif