[Libreoffice-commits] .: sw/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Nov 25 02:33:15 PST 2012


 sw/inc/fesh.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2d7eaeb6322864eb68b765c9c71d60532cba479f
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Sun Nov 25 11:32:37 2012 +0100

    SwFEShell: fix doxygen comments
    
    Change-Id: I49c0e34cf7e73e04be9020ef27b3d7e7e78028f0

diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index dc4968a..8f88f4a 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -100,7 +100,7 @@ namespace svx
 #define FLYPROTECT_CONTENT      (sal_uInt16)  1
 #define FLYPROTECT_SIZE         (sal_uInt16)  2
 #define FLYPROTECT_POS          (sal_uInt16)  4
-#define FLYPROTECT_PARENT       (sal_uInt16)  8     /// Check only parents.
+#define FLYPROTECT_PARENT       (sal_uInt16)  8     ///< Check only parents.
 #define FLYPROTECT_FIXED        (sal_uInt16) 16     /** Only protection that cannot be withdrawn
                                                     e.g. by OLE-server; also relevant for dialog. */
 
@@ -116,7 +116,7 @@ enum ObjCntType
     OBJCNT_URLBUTTON,
 
     OBJCNT_GROUPOBJ,
-    OBJCNT_DONTCARE     /// Not determinable - different objects are selected.
+    OBJCNT_DONTCARE     ///< Not determinable - different objects are selected.
 };
 
 //For GetAnyCurRect


More information about the Libreoffice-commits mailing list