summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/CellLineStyleControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/CellLineStyleControl.cxx')
-rw-r--r--sc/source/ui/sidebar/CellLineStyleControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleControl.cxx b/sc/source/ui/sidebar/CellLineStyleControl.cxx
index 514b45556e65..ac4d3467327b 100644
--- a/sc/source/ui/sidebar/CellLineStyleControl.cxx
+++ b/sc/source/ui/sidebar/CellLineStyleControl.cxx
@@ -173,7 +173,7 @@ IMPL_LINK(CellLineStyleControl, VSSelectHdl, void *, pControl)
mrCellAppearancePropertyPanel.EndCellLineStylePopupMode();
}
- return(0L);
+ return 0L;
}
IMPL_LINK(CellLineStyleControl, PBClickHdl, PushButton *, pPBtn)