Author: orw
Date: Tue Mar 19 11:33:33 2013
New Revision: 1458232

URL: http://svn.apache.org/r1458232
Log:
#121420# - correct define for slot in Writer - each slot need to have unique ID

Modified:
    openoffice/branches/sidebar/main/sw/inc/cmdid.h

Modified: openoffice/branches/sidebar/main/sw/inc/cmdid.h
URL: 
http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/sw/inc/cmdid.h?rev=1458232&r1=1458231&r2=1458232&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/sw/inc/cmdid.h (original)
+++ openoffice/branches/sidebar/main/sw/inc/cmdid.h Tue Mar 19 11:33:33 2013
@@ -1262,10 +1262,8 @@ Achtung: Ab sofort sind in diesem File k
 #define FN_UNO_TITLE                    (FN_FRAME + 19)
 #define FN_UNO_DESCRIPTION              (FN_FRAME + 20)
 
-#define FN_SIDEBAR_PROPERTY             (FN_SIDEBAR)
-#define SID_ATTR_SWPAGE_COLUMN          (FN_SIDEBAR_PROPERTY + 0)
-
 #define FN_PROPERTY_SIDEBAR_GRAFIC_DLG  (FN_SIDEBAR + 0)
+#define SID_ATTR_SWPAGE_COLUMN          (FN_SIDEBAR + 1)
 
 
 //Member-Ids fuer Fill/SetVariable an Items


Reply via email to