summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cellmergeoption.hxx
diff options
context:
space:
mode:
authorElton Chung <elton@elton.tk>2012-01-31 12:36:47 +0000
committerNoel Power <noel.power@novell.com>2012-01-31 12:37:18 +0000
commit9c66fca6ceaa3ba4ad79264a56a992828a92f536 (patch)
tree446bb75c13d77ee00549db0629fc4a1e4410704b /sc/source/ui/inc/cellmergeoption.hxx
parent4171501c49e345266e892e35e6c224deb1b34f55 (diff)
Remove unsed code
Diffstat (limited to 'sc/source/ui/inc/cellmergeoption.hxx')
-rw-r--r--sc/source/ui/inc/cellmergeoption.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/cellmergeoption.hxx b/sc/source/ui/inc/cellmergeoption.hxx
index ad5fe34d41ca..62e427960f88 100644
--- a/sc/source/ui/inc/cellmergeoption.hxx
+++ b/sc/source/ui/inc/cellmergeoption.hxx
@@ -44,7 +44,6 @@ struct ScCellMergeOption
SCROW mnEndRow;
bool mbCenter;
- explicit ScCellMergeOption();
explicit ScCellMergeOption(const ScRange& rRange);
explicit ScCellMergeOption(SCCOL nStartCol, SCROW nStartRow,
SCCOL nEndCol, SCROW nEndRow,