diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-21 12:34:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 13:59:57 +0200 |
commit | a37884bd5215c7a7032824a66e3a9c78a3de5d59 (patch) | |
tree | 0fa33cf4dc53acf8c47a78f3bee61d0b35e55a27 /scp2 | |
parent | 3fce44fbe9adacdd163599763c2f94e560bbeaa9 (diff) |
Removed dead code.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/starregistry_ooo.scp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/scp2/source/ooo/starregistry_ooo.scp b/scp2/source/ooo/starregistry_ooo.scp deleted file mode 100644 index 41bacdcecf48..000000000000 --- a/scp2/source/ooo/starregistry_ooo.scp +++ /dev/null @@ -1,34 +0,0 @@ -/************************************************************************* -* - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * -************************************************************************/ - -#include "macros.inc" - -StarRegistry gid_Starregistry_Services_Rdb - Name = "services.rdb"; - Dir = gid_Dir_Program; -End - |