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 /i18npool/inc/inputsequencechecker.hxx | |
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 'i18npool/inc/inputsequencechecker.hxx')
-rw-r--r-- | i18npool/inc/inputsequencechecker.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/inputsequencechecker.hxx b/i18npool/inc/inputsequencechecker.hxx index 510b8aa1bd3a..e985177b4e5f 100644 --- a/i18npool/inc/inputsequencechecker.hxx +++ b/i18npool/inc/inputsequencechecker.hxx @@ -56,7 +56,7 @@ public: virtual com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; -private : +private: const sal_Char *serviceName; struct lookupTableItem { |