[Libreoffice-commits] .: idl/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Thu Feb 24 12:52:32 PST 2011


 idl/source/prj/idldll.cxx  |   32 --------------------------------
 idl/source/prj/makefile.mk |    1 -
 2 files changed, 33 deletions(-)

New commits:
commit eba8a13584a42767e58c8cb13b882fedaeee7ba0
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Feb 24 21:36:29 2011 +0100

    Remove unused idldll.cxx

diff --git a/idl/source/prj/idldll.cxx b/idl/source/prj/idldll.cxx
deleted file mode 100644
index 9b5bcb4..0000000
--- a/idl/source/prj/idldll.cxx
+++ /dev/null
@@ -1,32 +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_idl.hxx"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/source/prj/makefile.mk b/idl/source/prj/makefile.mk
index 3e0a55a..c33d2e9 100644
--- a/idl/source/prj/makefile.mk
+++ b/idl/source/prj/makefile.mk
@@ -41,7 +41,6 @@ CDEFS+=-DIDL_COMPILER
 OBJFILES=   $(OBJ)$/command.obj      \
             $(OBJ)$/svidl.obj		\
             $(OBJ)$/globals.obj      \
-            $(OBJ)$/idldll.obj       \
             $(OBJ)$/database.obj
 
 # --- Targets ------------------------------------------------------------


More information about the Libreoffice-commits mailing list