summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-31 10:55:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-31 10:55:35 +0200
commit8675a2c88d2516089d432eed278d2970ab1ad6d2 (patch)
tree83d520b8ab49db34e71c038db6ca119997520951 /sw/inc/pam.hxx
parent13d288a0d1151e285b3deec5df1b452238e7b0dd (diff)
Remove irrelevant comment
Change-Id: I38e505512f4b58320297d66795258fca58dfb3df
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index fc25eed3d3ef..d00771d152ac 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 &);