diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 10:29:59 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-17 09:49:35 +0000 |
commit | e963a8891238efc758306a09debbc93904a5388b (patch) | |
tree | 503b140d741417b6a8401ccaf230b3d3a1ea909e /vcl | |
parent | 771d9ef3f65785092267f6068384e8cdda17f883 (diff) |
formatting of public/private/protected section qualifiers
make it consistent across the codebase, no space between keyword
and the colon
Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5
Reviewed-on: https://gerrit.libreoffice.org/17148
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/jpeg/Exif.hxx | 2 | ||||
-rw-r--r-- | vcl/source/filter/wmf/winmtf.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx index 459a36b9b6ec..2f440f6573c7 100644 --- a/vcl/source/filter/jpeg/Exif.hxx +++ b/vcl/source/filter/jpeg/Exif.hxx @@ -71,7 +71,7 @@ private: static Orientation convertToOrientation(sal_Int32 value); -public : +public: Exif(); virtual ~Exif(); diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx index babad4ebbffd..b68b9acfb30d 100644 --- a/vcl/source/filter/wmf/winmtf.hxx +++ b/vcl/source/filter/wmf/winmtf.hxx @@ -241,7 +241,7 @@ class WinMtfClipPath { basegfx::tools::B2DClipState maClip; -public : +public: WinMtfClipPath(): maClip() {}; void setClipPath( const tools::PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ); |