[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/inc

Armin Le Grand alg at apache.org
Fri Jan 10 14:08:30 PST 2014


 svx/inc/svx/svxids.hrc |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit c0c3722c0fdbd2af0a8c5cab744d3b4b41e7510c
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jan 10 21:55:48 2014 +0000

    outlined seemingly free slot as not free (someone else may win time knowing this)

diff --git a/svx/inc/svx/svxids.hrc b/svx/inc/svx/svxids.hrc
index fdc4535..70e8cf0 100755
--- a/svx/inc/svx/svxids.hrc
+++ b/svx/inc/svx/svxids.hrc
@@ -1249,6 +1249,10 @@
 #define SID_CHAR_DLG_PREVIEW_STRING                     (SID_SVX_START+1090)
 #define SID_RECHECK_DOCUMENT                            (SID_SVX_START+1091)
 
+// 1092: CAUTION! This slot looks free, butr it is used by SID_ATTR_PARA_OUTLINE_LEVEL in
+// editeng, used in SW. Do NOT use (!), this WILL collide in SfxRequest::GetItem when
+// converted to WhichID using the ItemInfos from Writer's ItemPool
+
 #define SID_OBJECT_MIRROR                               (SID_SVX_START+1093)
 
 #define SID_DELETE_POSTIT                               (SID_SVX_START+1094)


More information about the Libreoffice-commits mailing list