summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-06-27 15:02:34 +0200
committerEike Rathke <erack@redhat.com>2017-06-27 15:04:22 +0200
commitcab5c453063318766257a5069e4ab26d3fcf0785 (patch)
treea7bb7c78222ed2d255071981bd05a7cebb6d0a78
parenta962f1465a8db9b6c4dfdfd8fef9141f07d7fd06 (diff)
Fix typo
Change-Id: Idac70b87926cfc34712a2e65923d8a035c870765
-rw-r--r--sc/source/ui/docshell/docfunc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index 77049df85c8f..3e06af5bd726 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -2869,7 +2869,7 @@ bool ScDocFunc::MoveBlock( const ScRange& rSource, const ScAddress& rDestPos,
aDestMark.SelectTable( nTab, true ); // select destination
aDestMark.SetMarkArea( aPasteDest );
- /* Do not drawing objects here. While pasting, the
+ /* Do not copy drawing objects here. While pasting, the
function ScDocument::UpdateReference() is called which calls
ScDrawLayer::MoveCells() which may move away inserted objects to wrong
positions (e.g. if source and destination range overlaps).*/