diff options
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/hidother.src | 4 | ||||
-rw-r--r-- | sc/util/makefile.mk | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sc/util/hidother.src b/sc/util/hidother.src index f971cf4c97d7..d575580228bd 100644 --- a/sc/util/hidother.src +++ b/sc/util/hidother.src @@ -470,7 +470,3 @@ hidspecial HID_DAI_FUNC_DIFFWEEKS { HelpID = HID_DAI_FUNC_DIFFWEEKS; }; hidspecial HID_DAI_FUNC_DIFFYEARS { HelpID = HID_DAI_FUNC_DIFFYEARS; }; hidspecial HID_DAI_FUNC_ROT13 { HelpID = HID_DAI_FUNC_ROT13; }; -// These HelpIDs do appear in resources, but don't have hid list entries -// generated from there, because of the use of macros (#95943#): - -hidspecial SID_RENAME_OBJECT { HelpID = SID_RENAME_OBJECT; }; diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index 5cefb928e143..834d568ac7c5 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -323,9 +323,6 @@ SHL9LIBS=$(SLB)$/$(TARGET_VBA).lib LIBCOMPNAME=$(COMMONBIN)$/$(SHL9TARGET)$(DLLPOST) .ENDIF -.ENDIF - - # --- Targets ------------------------------------------------------------- .INCLUDE : target.mk |