diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-02 14:11:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-02 14:11:51 +0300 |
commit | 7b7c53a529a34285b4492393ac70eea16b83a8a4 (patch) | |
tree | a481e917676c640d08951b69be8fb2f8d901d4db /desktop | |
parent | 9cc6dfd98fbdc00e7eb099292b3be5caf7535291 (diff) |
Delete unused setup_a.cxx file
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/setup/setup_a.cxx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/desktop/win32/source/setup/setup_a.cxx b/desktop/win32/source/setup/setup_a.cxx deleted file mode 100644 index a680673e1729..000000000000 --- a/desktop/win32/source/setup/setup_a.cxx +++ /dev/null @@ -1,34 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * 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. - * - ************************************************************************/ - -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_desktop.hxx" - -#include "setup.cpp" - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |