tdf#143148 Use pragma once in BitmapConvolutionMatrixFilter.hxx
Change-Id: If220df8a3bba570e00ba7891f7141892d80da3bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172974 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
parent
eb3d1b3cad
commit
bacaa3e524
1 changed files with 1 additions and 4 deletions
|
@ -8,8 +8,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_VCL_BITMAPCONVOLUTIONMATRIXFILTER_HXX
|
||||
#define INCLUDED_VCL_BITMAPCONVOLUTIONMATRIXFILTER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <vcl/BitmapFilter.hxx>
|
||||
|
||||
|
@ -31,6 +30,4 @@ private:
|
|||
const sal_Int32 (&mrMatrix)[9];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Loading…
Reference in a new issue