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, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/warnbox.hxx b/sc/source/ui/inc/warnbox.hxx
index 62981f4296aa..4c025c8041bf 100644
--- a/sc/source/ui/inc/warnbox.hxx
+++ b/sc/source/ui/inc/warnbox.hxx
@@ -23,8 +23,6 @@
#include <vcl/msgbox.hxx>
-
-
/** Message box with warning image and "Do not show again" checkbox. */
class ScCbWarningBox : public WarningBox
{
@@ -45,8 +43,6 @@ public:
};
-
-
/** Warning box for "Replace cell contents?". */
class ScReplaceWarnBox : public ScCbWarningBox
{
@@ -60,8 +56,6 @@ public:
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */