summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 10:29:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-17 09:49:35 +0000
commite963a8891238efc758306a09debbc93904a5388b (patch)
tree503b140d741417b6a8401ccaf230b3d3a1ea909e /connectivity
parentloplugin:unusedmethods forms (diff)
downloadcore-e963a8891238efc758306a09debbc93904a5388b.tar.gz
core-e963a8891238efc758306a09debbc93904a5388b.zip
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 'connectivity')
-rw-r--r--connectivity/source/commontools/RowFunctionParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/RowFunctionParser.cxx b/connectivity/source/commontools/RowFunctionParser.cxx
index 4435efb7f795..5abaaaa35393 100644
--- a/connectivity/source/commontools/RowFunctionParser.cxx
+++ b/connectivity/source/commontools/RowFunctionParser.cxx
@@ -246,7 +246,7 @@ class UnaryFunctionFunctor
const ExpressionFunct meFunct;
ParserContextSharedPtr mpContext;
-public :
+public:
UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) :
meFunct( eFunct ),