bump product version to 6.3.0.0.beta1
[LibreOffice.git] / include / vcl / BitmapSharpenFilter.hxx
blob66cb56f3a1d56bed320a8094a5d216ce7a624443
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 */
11 #ifndef INCLUDED_VCL_BITMAPSHARPENFILTER_HXX
12 #define INCLUDED_VCL_BITMAPSHARPENFILTER_HXX
14 #include <vcl/BitmapConvolutionMatrixFilter.hxx>
16 class VCL_DLLPUBLIC BitmapSharpenFilter : public BitmapConvolutionMatrixFilter
18 public:
19 BitmapSharpenFilter();
22 #endif
24 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */