diff options
author | Andras Timar <atimar@suse.com> | 2011-12-07 14:44:50 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-07 14:45:43 +0100 |
commit | 76aad07712e639494c07e837f1419af444df28a5 (patch) | |
tree | 8db248f1c411813dea93cab708c311a5d954a4ce /desktop | |
parent | 4d204919623b98c5592a1d191bb854043523d170 (diff) |
'copyright text to see as text in the soffice binary' deleted
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_officeloader.mk | 4 | ||||
-rw-r--r-- | desktop/Executable_soffice.bin.mk | 1 | ||||
-rw-r--r-- | desktop/Library_sofficeapp.mk | 1 | ||||
-rw-r--r-- | desktop/source/app/copyright_ascii_ooo.c | 12 |
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: */ |