[Libreoffice-commits] .: Branch 'integration/dev300_m101' - sc/util
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Mar 14 18:25:29 PDT 2011
sc/util/hidother.src | 4 ----
sc/util/makefile.mk | 3 ---
2 files changed, 7 deletions(-)
New commits:
commit cddb33c17a310fa153ed2ace61d301802c12db14
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Mar 14 21:23:00 2011 -0400
Fixed build breakage in sc/util.
diff --git a/sc/util/hidother.src b/sc/util/hidother.src
index 7a79d34..08c37ce 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 5cefb92..834d568 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
More information about the Libreoffice-commits
mailing list