diff options
author | Eike Rathke <erack@redhat.com> | 2017-06-27 15:02:34 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-27 15:04:22 +0200 |
commit | cab5c453063318766257a5069e4ab26d3fcf0785 (patch) | |
tree | a7bb7c78222ed2d255071981bd05a7cebb6d0a78 | |
parent | a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06 (diff) |
Fix typo
Change-Id: Idac70b87926cfc34712a2e65923d8a035c870765
-rw-r--r-- | sc/source/ui/docshell/docfunc.cxx | 2 |
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).*/ |