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 | 7a65573bffd8dd2d382759422bd27993a0188b6f (patch) | |
tree | 5a127440bd37455b8e3c77e902101cd4365e8438 /desktop/win32 | |
parent | 7200b28f3a1fa6822afcd7cfe164f809b43ce960 (diff) |
Delete unused setup_a.cxx file
Diffstat (limited to 'desktop/win32')
-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 b3cb31bea4..0000000000 --- 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: */ |