summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabopdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tabopdlg.hxx')
-rw-r--r--sc/source/ui/inc/tabopdlg.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx
index 14126effd5ea..7de0c5753ea5 100644
--- a/sc/source/ui/inc/tabopdlg.hxx
+++ b/sc/source/ui/inc/tabopdlg.hxx
@@ -27,8 +27,6 @@
#include "anyrefdg.hxx"
-
-
enum ScTabOpErr
{
TABOPERR_NOFORMULA = 1,
@@ -40,8 +38,6 @@ enum ScTabOpErr
TABOPERR_NOROWFORMULA
};
-
-
class ScTabOpDlg : public ScAnyRefDlg
{
public:
@@ -98,6 +94,4 @@ private:
#endif // SC_TABOPDLG_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */