From f8fa6e3794d741f9cbcc7d0941da8796082428df Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 8 May 2017 17:48:04 +0200 Subject: sw: fix doxygen comment Change-Id: I89b323a61f0617dfe6c21adbdfb3f8a7c90d6d15 --- sw/inc/undobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/undobj.hxx') diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx index bfd7cf804051..7c8ea72590a8 100644 --- a/sw/inc/undobj.hxx +++ b/sw/inc/undobj.hxx @@ -53,7 +53,7 @@ class SwUndo SwUndoId const m_nId; RedlineFlags nOrigRedlineFlags; ViewShellId m_nViewShellId; - bool m_isRepeatIgnored; /// for multi-selection, only repeat 1st selection + bool m_isRepeatIgnored; ///< for multi-selection, only repeat 1st selection protected: bool bCacheComment; -- cgit