[Libreoffice-commits] .: desktop/Executable_officeloader.mk desktop/Executable_soffice.bin.mk desktop/Library_sofficeapp.mk desktop/source
Andras Timar
timar at kemper.freedesktop.org
Wed Dec 7 05:45:13 PST 2011
desktop/Executable_officeloader.mk | 4 ----
desktop/Executable_soffice.bin.mk | 1 -
desktop/Library_sofficeapp.mk | 1 -
desktop/source/app/copyright_ascii_ooo.c | 12 ------------
4 files changed, 18 deletions(-)
New commits:
commit 76aad07712e639494c07e837f1419af444df28a5
Author: Andras Timar <atimar at suse.com>
Date: Wed Dec 7 14:44:50 2011 +0100
'copyright text to see as text in the soffice binary' deleted
diff --git a/desktop/Executable_officeloader.mk b/desktop/Executable_officeloader.mk
index d48518a..c05d4a4 100644
--- a/desktop/Executable_officeloader.mk
+++ b/desktop/Executable_officeloader.mk
@@ -44,8 +44,4 @@ $(eval $(call gb_Executable_add_noexception_objects,officeloader,\
desktop/unx/source/officeloader/officeloader \
))
-$(eval $(call gb_Executable_add_cobjects,officeloader,\
- desktop/source/app/copyright_ascii_ooo \
-))
-
# vim: set ts=4 sw=4 et:
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk
index e5d5e18..e4665e8 100644
--- a/desktop/Executable_soffice.bin.mk
+++ b/desktop/Executable_soffice.bin.mk
@@ -46,7 +46,6 @@ $(eval $(call gb_Executable_add_linked_libs,$(sofficebin),\
))
$(eval $(call gb_Executable_add_cobjects,$(sofficebin),\
- desktop/source/app/copyright_ascii_ooo \
desktop/source/app/main \
))
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index 3db7a47..a0f65b4 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -89,7 +89,6 @@ $(eval $(call gb_Library_add_exception_objects,sofficeapp,\
))
$(eval $(call gb_Library_add_cobjects,sofficeapp,\
- desktop/source/app/copyright_ascii_ooo \
desktop/source/app/main \
))
diff --git a/desktop/source/app/copyright_ascii_ooo.c b/desktop/source/app/copyright_ascii_ooo.c
deleted file mode 100644
index 3984a81..0000000
--- a/desktop/source/app/copyright_ascii_ooo.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-
- /*
- * copyright text to see as text in the soffice binary
- *
- */
-
-extern const char copyright_text_1[];
-
-const char copyright_text_1[] = "Copyright © 2000, 2010 Oracle and/or its affiliates, All rights reserved.";
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list