diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-09-10 09:49:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-09-10 10:06:27 +0200 |
commit | ae083c1cf423fc5695019e48f3bdc7979b15b6bb (patch) | |
tree | a05f8fa96ddf325b7473a202b65cbe1db81a3e1f /sw | |
parent | 7af850c89664d3c739abd244cb7016b806c0f293 (diff) |
IDocumentContentOperations::CopyRange: fix comment
Change-Id: Ide5705323579aa5ea1e725685acb7421f416cf04
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/IDocumentContentOperations.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentContentOperations.hxx b/sw/inc/IDocumentContentOperations.hxx index 8f64f1c01e84..f30b774d5279 100644 --- a/sw/inc/IDocumentContentOperations.hxx +++ b/sw/inc/IDocumentContentOperations.hxx @@ -73,7 +73,7 @@ public: \warning The range has to include at least two nodes or has to be a SwDoc::IsColumnSelection! - Normally this functions should work only with content nodes. But there + Normally this function should work only with content nodes. But there is a special case used by SwDoc::Paste, which starts the SwPaM at the content start node. This position doesn't contain any content: |