summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabcont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabcont.cxx')
-rw-r--r--sc/source/ui/view/tabcont.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/view/tabcont.cxx b/sc/source/ui/view/tabcont.cxx
index 95c6ef66eeec..8875b360a452 100644
--- a/sc/source/ui/view/tabcont.cxx
+++ b/sc/source/ui/view/tabcont.cxx
@@ -36,8 +36,6 @@
// STATIC DATA -----------------------------------------------------------
-
-
ScTabControl::ScTabControl( Window* pParent, ScViewData* pData ) :
TabBar( pParent,
WinBits(WB_BORDER | WB_3DLOOK | WB_SCROLL | WB_RANGESELECT |
@@ -646,6 +644,4 @@ void ScTabControl::Mirror()
}
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */