[Libreoffice-commits] core.git: sw/inc
Stephan Bergmann
sbergman at redhat.com
Wed Aug 31 08:56:00 UTC 2016
sw/inc/pam.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 8675a2c88d2516089d432eed278d2970ab1ad6d2
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Aug 31 10:55:35 2016 +0200
Remove irrelevant comment
Change-Id: I38e505512f4b58320297d66795258fca58dfb3df
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index fc25eed..d00771d 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -142,8 +142,6 @@ struct SwMoveFnCollection;
SW_DLLPUBLIC extern SwMoveFnCollection const & fnMoveForward; ///< SwPam::Move()/Find() default argument.
SW_DLLPUBLIC extern SwMoveFnCollection const & fnMoveBackward;
-// also works: using SwGoInDoc = bool (*) (SwPaM& rPam, SwMoveFnCollection const & fnMove);
-// no works: using SwGoInDoc = [](SwPaM& rPam, SwMoveFnCollection const & fnMove) -> bool;
using SwGoInDoc = auto (*)(SwPaM& rPam, SwMoveFnCollection const & fnMove) -> bool;
SW_DLLPUBLIC bool GoInDoc( SwPaM&, SwMoveFnCollection const &);
SW_DLLPUBLIC bool GoInSection( SwPaM&, SwMoveFnCollection const &);
More information about the Libreoffice-commits
mailing list