From 78b9537b6aca0f998f939988e6e1a56528d28baf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 May 2014 11:44:15 +0200 Subject: various: sal_Bool->bool Change-Id: I30fa5227f30373f95060148f269450d2945c1bb9 --- test/source/beans/xpropertyset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/source/beans/xpropertyset.cxx') diff --git a/test/source/beans/xpropertyset.cxx b/test/source/beans/xpropertyset.cxx index b842cd2ce9c8..c90e6e1ef23e 100644 --- a/test/source/beans/xpropertyset.cxx +++ b/test/source/beans/xpropertyset.cxx @@ -100,7 +100,7 @@ bool XPropertySet::isPropertyValueChangeable(const OUString& rName) if (type == getCppuType()) { // boolean type - sal_Bool bOld = any.get(); + bool bOld = any.get(); xPropSet->setPropertyValue(rName, makeAny(!bOld)); } else if (type == getCppuType()) -- cgit v1.2.3