diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-11-25 17:27:32 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-11-25 20:05:20 +0100 |
commit | 7bddbf6b972dff1c9caeb4d4fb485b93c4cb9353 (patch) | |
tree | d30a338363becc3edf709e0a179695bab8163f12 | |
parent | 2e4f4171d6a29858108922619d680606b633d8f2 (diff) |
Fix doxygen comment.
Change-Id: Ia08f5da3e1da257b7d45ffefbd14cf474ee5a95f
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 8f88f4a78e28..1ca2e68d8996 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -101,7 +101,7 @@ namespace svx #define FLYPROTECT_SIZE (sal_uInt16) 2 #define FLYPROTECT_POS (sal_uInt16) 4 #define FLYPROTECT_PARENT (sal_uInt16) 8 ///< Check only parents. -#define FLYPROTECT_FIXED (sal_uInt16) 16 /** Only protection that cannot be withdrawn +#define FLYPROTECT_FIXED (sal_uInt16) 16 /**< Only protection that cannot be withdrawn e.g. by OLE-server; also relevant for dialog. */ // For figuring out contents by position (D&D) |