diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-31 18:07:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-31 20:03:07 +0000 |
commit | 91859ae19ca1a9793b8553e120683393f584dfb1 (patch) | |
tree | 79cdb50468392752c94f0bc4aab8747501a8ec9f /sc/inc/scitems.hxx | |
parent | dbd0a194a78bcf5588f19d25ddecad0804d86c37 (diff) |
fdo#62475 removed pointless comments
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d
Reviewed-on: https://gerrit.libreoffice.org/5720
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'sc/inc/scitems.hxx')
-rw-r--r-- | sc/inc/scitems.hxx | 13 |
1 files changed, 4 insertions, 9 deletions
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: */ |