From e963a8891238efc758306a09debbc93904a5388b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Jul 2015 10:29:59 +0200 Subject: 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 Tested-by: Noel Grandin --- xmloff/source/draw/ximpshap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source') diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index 0f5699e933dc..73c9d8c0e478 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -599,7 +599,7 @@ public: class SdXMLCustomShapeContext : public SdXMLShapeContext { -protected : +protected: OUString maCustomShapeEngine; OUString maCustomShapeData; -- cgit