summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-07 14:44:50 +0100
committerEike Rathke <erack@redhat.com>2011-12-07 17:19:58 +0100
commitd40530ddca65ef939f9f0de51756f437b8f69670 (patch)
tree839928b00b7df1a6ddb00a4cb1b171c97656dd11 /desktop
parent49f1cdccab8bd54eb4da4a94237ee65d241b3cdc (diff)
'copyright text to see as text in the soffice binary' deleted
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_officeloader.mk4
-rw-r--r--desktop/Executable_soffice.bin.mk1
-rw-r--r--desktop/Library_sofficeapp.mk1
-rw-r--r--desktop/source/app/copyright_ascii_ooo.c12
4 files changed, 0 insertions, 18 deletions
diff --git a/desktop/Executable_officeloader.mk b/desktop/Executable_officeloader.mk
index d48518a6fe03..c05d4a45f7a6 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 e5d5e180c81a..e4665e87df3d 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 3db7a47f8dcf..a0f65b420336 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 3984a81f26e5..000000000000
--- 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: */