diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-14 21:23:00 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-14 21:23:00 -0400 |
commit | 7492dfe8e17a830b0e917751d653c25d1f2818c7 (patch) | |
tree | 1ba537cf6f4dc0fcfc4e3cc3bdcff8760b74a77c /sc/util | |
parent | 9f26dfb93bb99b7550d10ceb2a234da7571ebade (diff) |
Fixed build breakage in sc/util.
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 |