diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-11-03 20:25:04 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-11-03 20:46:00 -0700 |
commit | d0d62edf3f398e9ddb2fd0f1f5fbe1dd0393ff47 (patch) | |
tree | 2b3ce98e224f70fc2ee8783420ca506afb6a3d3f /vcl/inc | |
parent | 651aa258c9f2b58e241b1fab7bfb4fc0dae9fbb2 (diff) |
Cleanup basebmp a little
I removed 2 unused headers.
I also stopped delivering a lot of headers that no one outside of basebmp
cared about.
I also removed the unused methods:
basebmp::BitmapDevice::getPaletteEntryCount() const
basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/headless/svpprn.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/headless/svppspgraphics.hxx | 43 |
2 files changed, 0 insertions, 45 deletions
diff --git a/vcl/inc/headless/svpprn.hxx b/vcl/inc/headless/svpprn.hxx index e4ab5bd8b5fd..ebb776695c48 100644 --- a/vcl/inc/headless/svpprn.hxx +++ b/vcl/inc/headless/svpprn.hxx @@ -36,8 +36,6 @@ #include "vclpluginapi.h" -class SvpPspGraphics; - class SvpSalInfoPrinter : public PspSalInfoPrinter { public: diff --git a/vcl/inc/headless/svppspgraphics.hxx b/vcl/inc/headless/svppspgraphics.hxx deleted file mode 100644 index ad487687d839..000000000000 --- a/vcl/inc/headless/svppspgraphics.hxx +++ /dev/null @@ -1,43 +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. - * - ************************************************************************/ - -#ifndef _SVP_PSPGRAPHICS_HXX -#define _SVP_PSPGRAPHICS_HXX - -#include "generic/genpspgraphics.h" - -class SvpPspGraphics : public GenPspGraphics -{ -public: - SvpPspGraphics() {} - virtual ~SvpPspGraphics(); -}; - -#endif // _SVP_PSPGRAPHICS_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |