[ooo-build-commit] .: sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Oct 4 18:03:26 PDT 2010
sc/inc/globstr.hrc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit b2b6efc8fc37bf85109a7133c3ab51ceaeb723f5
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Oct 4 21:01:42 2010 -0400
Fixed a build breakage by adding a missing global string ID.
STR_UNDO_INSERT_CURRENT_DATE was not defined; probably lost during
conflict resolution of the previously ported patch.
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index 6f7cf24..560b437 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -575,9 +575,10 @@
#define STR_UNDO_SET_TAB_BG_COLOR 438
#define STR_UNDO_SET_MULTI_TAB_BG_COLOR 439
-#define STR_UNDO_INSERT_CURRENT_TIME 440
+#define STR_UNDO_INSERT_CURRENT_DATE 440
+#define STR_UNDO_INSERT_CURRENT_TIME 441
-#define STR_COUNT 441
+#define STR_COUNT 442
#endif
More information about the ooo-build-commit
mailing list