summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-07-17 14:23:29 +0200
committerJan Holesovsky <kendy@suse.cz>2012-07-17 14:26:06 +0200
commit73cf6f327517d59cbb5de428fe4ff221c70e85a2 (patch)
tree17350d06196763e71cb37f690d01b38d54928336 /sw/inc
parentb480f91968a3df16a655585fba494425aea725dc (diff)
Doxygen needs ///< for inline comments, not only //<.
Change-Id: Ib8db74de1f18342794713952470e26ba87bc75fe
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/viewsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 85b17a400ca5..fb9682f44fdf 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -163,9 +163,9 @@ class SW_DLLPUBLIC ViewShell : public Ring
// of scrollbars.
sal_Bool bEndActionByVirDev:1; // Paints from EndAction always via virtual device
// (e.g. when browsing).
- bool bShowHeaderSeparator:1; //< Flag to say that we are showing the header control
- bool bShowFooterSeparator:1; //< Flag to say that we are showing the footer control
- bool bHeaderFooterEdit:1; //< Flag to say that we are editing header or footer (according to the bShow(Header|Footer)Separator above)
+ bool bShowHeaderSeparator:1; ///< Flag to say that we are showing the header control
+ bool bShowFooterSeparator:1; ///< Flag to say that we are showing the footer control
+ bool bHeaderFooterEdit:1; ///< Flag to say that we are editing header or footer (according to the bShow(Header|Footer)Separator above)
// boolean, indicating that class in in constructor.
bool mbInConstructor:1;