From 1716b3a338b19b9d1be39696866b376aed216c9a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Oct 2015 13:43:35 +0200 Subject: remove some useless comments found with git grep '// /' Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745 --- sc/source/ui/undo/undodat.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx index 1e1775cf7e0a..e34fac8894c2 100644 --- a/sc/source/ui/undo/undodat.cxx +++ b/sc/source/ui/undo/undodat.cxx @@ -1189,7 +1189,7 @@ void ScUndoImportData::Redo() nCol1, nRow1, nCol2, nRow2 ); } bool bMoveCells = pUndoDBData && pRedoDBData && - pRedoDBData->IsDoSize(); // // the same in old and new + pRedoDBData->IsDoSize(); // the same in old and new if (bMoveCells) { // Redo: FitBlock, then delete data (needed for CopyToDocument) -- cgit