From 3d784c4af6e0fdde0b7e555ad940bc13a61c2a22 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 Oct 2015 09:11:28 +0200 Subject: remove extra spaces around :: just makes it harder to grep for methods Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15 --- include/toolkit/controls/geometrycontrolmodel.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx index b02a0863cf6d..e858e0722b04 100644 --- a/include/toolkit/controls/geometrycontrolmodel.hxx +++ b/include/toolkit/controls/geometrycontrolmodel.hxx @@ -83,9 +83,9 @@ namespace com { namespace sun { namespace star { bool m_bCloneable; protected: - static css::uno::Any ImplGetDefaultValueByHandle(sal_Int32 nHandle); + static css::uno::Any ImplGetDefaultValueByHandle(sal_Int32 nHandle); css::uno::Any ImplGetPropertyValueByHandle(sal_Int32 nHandle) const; - void ImplSetPropertyValueByHandle(sal_Int32 nHandle, const :: css::uno::Any& aValue); + void ImplSetPropertyValueByHandle(sal_Int32 nHandle, const css::uno::Any& aValue); protected: /** -- cgit