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 /shell | |
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 'shell')
-rw-r--r-- | shell/source/backends/localebe/localebackend.hxx | 2 | ||||
-rw-r--r-- | shell/source/backends/wininetbe/wininetbackend.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/localebe/localebackend.hxx b/shell/source/backends/localebe/localebackend.hxx index 29ca23c1d8bd..cd5822142c6f 100644 --- a/shell/source/backends/localebe/localebackend.hxx +++ b/shell/source/backends/localebe/localebackend.hxx @@ -33,7 +33,7 @@ class LocaleBackend : public ::cppu::WeakImplHelper2 < css::beans::XPropertySet, lang::XServiceInfo > { - public : + public: static LocaleBackend* createInstance(); diff --git a/shell/source/backends/wininetbe/wininetbackend.hxx b/shell/source/backends/wininetbe/wininetbackend.hxx index a2b87079da63..1b90140fd5c5 100644 --- a/shell/source/backends/wininetbe/wininetbackend.hxx +++ b/shell/source/backends/wininetbe/wininetbackend.hxx @@ -33,7 +33,7 @@ class WinInetBackend : public ::cppu::WeakImplHelper2 < css::beans::XPropertySet, lang::XServiceInfo > { - public : + public: static WinInetBackend* createInstance(); |