[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 14 05:25:46 UTC 2018
sw/source/core/crsr/crsrsh.cxx | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit fa22722fc0befc893958bdbba698a9810c8552d4
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 13 20:29:26 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Sep 14 07:25:22 2018 +0200
Remove redundant declaration
...where the documentation for the declaration and the definition curiously
differed ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import"
Change-Id: I53add6ee84f392c321de5aefa21d528165cc8187
Reviewed-on: https://gerrit.libreoffice.org/60458
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 2afbfdadbd08..e65bafc8fec8 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -75,13 +75,6 @@
using namespace com::sun::star;
using namespace util;
-
-/**
- * Delete all overlapping Cursors from a Cursor ring.
- * @param pointer to SwCursor (ring)
- */
-void CheckRange( SwCursor* );
-
/**
* Check if pCurrentCursor points into already existing ranges and delete those.
* @param Pointer to SwCursor object
More information about the Libreoffice-commits
mailing list