From 91859ae19ca1a9793b8553e120683393f584dfb1 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 31 Aug 2013 18:07:35 +0200 Subject: fdo#62475 removed pointless comments Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d Reviewed-on: https://gerrit.libreoffice.org/5720 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- sc/inc/scitems.hxx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'sc/inc/scitems.hxx') diff --git a/sc/inc/scitems.hxx b/sc/inc/scitems.hxx index e4e5238844df..3b92de14239d 100644 --- a/sc/inc/scitems.hxx +++ b/sc/inc/scitems.hxx @@ -25,14 +25,12 @@ // EditEngine is not allowed to define it's own ITEMID's #define _EEITEMID_HXX -//-------------------------- // Item-IDs for UI-MsgPool: -//-------------------------- //! shall be moved to the below-1000 range! #define MSGPOOL_START 1100 -//-------------------------------------- + #define SCITEM_STRING 1100 #define SCITEM_SEARCHDATA 1101 #define SCITEM_SORTDATA 1102 @@ -43,12 +41,11 @@ #define SCITEM_SOLVEDATA 1107 #define SCITEM_USERLIST 1108 #define SCITEM_PRINTWARN 1109 -//-------------------------------------- + #define MSGPOOL_END 1109 -//------------------------- // Item-IDs for attributes: -//------------------------- + #define ATTR_STARTINDEX 100 // begin of attributes #define ATTR_PATTERN_START 100 // begin of cell-attribute-pattern @@ -160,9 +157,8 @@ #define ATTR_ENDINDEX ATTR_HIDDEN // end of pool-range -//-------------------------------- // Dummy Slot-IDs for dialogs -//-------------------------------- + #define SID_SCATTR_PAGE_NOTES ATTR_PAGE_NOTES #define SID_SCATTR_PAGE_GRID ATTR_PAGE_GRID #define SID_SCATTR_PAGE_HEADERS ATTR_PAGE_HEADERS @@ -187,5 +183,4 @@ #endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit