diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-11-05 06:44:10 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-11-05 07:12:40 -0700 |
commit | 59829f4fd20f4238941123412423caa76e8be1a6 (patch) | |
tree | 09ff40e2ca18edfdf4a344ed35515efacd56d90c /basegfx | |
parent | abb87485415b941d81324b91ebe018849e7b8b47 (diff) |
Why build empty objects.
The source files don't generate any code and just declare an inline class;
thus, the compiled object is empty and we don't need to link it in.
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/Library_basegfx.mk | 3 | ||||
-rw-r--r-- | basegfx/StaticLibrary_basegfx_s.mk | 3 | ||||
-rw-r--r-- | basegfx/source/color/bcolor.cxx | 40 | ||||
-rw-r--r-- | basegfx/source/raster/bpixelraster.cxx | 40 | ||||
-rw-r--r-- | basegfx/source/raster/bzpixelraster.cxx | 40 |
5 files changed, 0 insertions, 126 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 8353ff69673b..ff05f11023ad 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -121,10 +121,7 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\ basegfx/source/curve/b2dcubicbezier \ basegfx/source/curve/b2dquadraticbezier \ basegfx/source/color/bcolormodifier \ - basegfx/source/color/bcolor \ basegfx/source/color/bcolortools \ - basegfx/source/raster/bpixelraster \ - basegfx/source/raster/bzpixelraster \ basegfx/source/raster/rasterconvert3d \ )) diff --git a/basegfx/StaticLibrary_basegfx_s.mk b/basegfx/StaticLibrary_basegfx_s.mk index 5c20208590bf..74a5ded52e71 100644 --- a/basegfx/StaticLibrary_basegfx_s.mk +++ b/basegfx/StaticLibrary_basegfx_s.mk @@ -126,10 +126,7 @@ $(eval $(call gb_StaticLibrary_add_generated_exception_objects,basegfx_s,\ CustomTarget/basegfx/source/curve/b2dcubicbezier \ CustomTarget/basegfx/source/curve/b2dquadraticbezier \ CustomTarget/basegfx/source/color/bcolormodifier \ - CustomTarget/basegfx/source/color/bcolor \ CustomTarget/basegfx/source/color/bcolortools \ - CustomTarget/basegfx/source/raster/bpixelraster \ - CustomTarget/basegfx/source/raster/bzpixelraster \ CustomTarget/basegfx/source/raster/rasterconvert3d \ )) diff --git a/basegfx/source/color/bcolor.cxx b/basegfx/source/color/bcolor.cxx deleted file mode 100644 index 9e1e72038ce2..000000000000 --- a/basegfx/source/color/bcolor.cxx +++ /dev/null @@ -1,40 +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. - * - ************************************************************************/ - -#include <basegfx/color/bcolor.hxx> - -////////////////////////////////////////////////////////////////////////////// - -namespace basegfx -{ -} // end of namespace basegfx - -////////////////////////////////////////////////////////////////////////////// -// eof - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basegfx/source/raster/bpixelraster.cxx b/basegfx/source/raster/bpixelraster.cxx deleted file mode 100644 index e980d9765240..000000000000 --- a/basegfx/source/raster/bpixelraster.cxx +++ /dev/null @@ -1,40 +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. - * - ************************************************************************/ - -#include <basegfx/raster/bpixelraster.hxx> - -////////////////////////////////////////////////////////////////////////////// - -namespace basegfx -{ -} // end of namespace basegfx - -////////////////////////////////////////////////////////////////////////////// -// eof - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basegfx/source/raster/bzpixelraster.cxx b/basegfx/source/raster/bzpixelraster.cxx deleted file mode 100644 index 5bba80d4d0bb..000000000000 --- a/basegfx/source/raster/bzpixelraster.cxx +++ /dev/null @@ -1,40 +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. - * - ************************************************************************/ - -#include <basegfx/raster/bzpixelraster.hxx> - -////////////////////////////////////////////////////////////////////////////// - -namespace basegfx -{ -} // end of namespace basegfx - -////////////////////////////////////////////////////////////////////////////// -// eof - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |