summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/drawattr.cxx')
-rw-r--r--sc/source/ui/view/drawattr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/drawattr.cxx b/sc/source/ui/view/drawattr.cxx
index 8e630933731e..de9f5c4ffd14 100644
--- a/sc/source/ui/view/drawattr.cxx
+++ b/sc/source/ui/view/drawattr.cxx
@@ -36,7 +36,7 @@ OUString SvxDrawToolItem::GetValueText( sal_uInt16 nVal ) const
switch (nVal)
{
case 0 : p = "SVX_SNAP_DRAW_SELECT" ; break;
- //
+
case 1 : p = "SVX_SNAP_DRAW_LINE" ; break;
case 2 : p = "SVX_SNAP_DRAW_RECT" ; break;
case 3 : p = "SVX_SNAP_DRAW_ELLIPSE" ; break;