summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/XPropertyTable.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:20:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:26 +0200
commitbb34461d280d499d93ef982e9b7391fd791ffa35 (patch)
tree4f67b05103bc4bbe7069744f05282a42dc29806a /svx/source/unodraw/XPropertyTable.cxx
parenta34ded25d61c61c5c25792a1bace4970a754afc6 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Iadc107a89e6c489bf5261042ec6853a1354c434d
Diffstat (limited to 'svx/source/unodraw/XPropertyTable.cxx')
-rw-r--r--svx/source/unodraw/XPropertyTable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/XPropertyTable.cxx b/svx/source/unodraw/XPropertyTable.cxx
index 6ff4621b2635..1d2b7df82c7d 100644
--- a/svx/source/unodraw/XPropertyTable.cxx
+++ b/svx/source/unodraw/XPropertyTable.cxx
@@ -226,10 +226,10 @@ sal_Bool SAL_CALL SvxUnoXPropertyTable::hasByName( const OUString& aName )
{
XPropertyEntry* pEntry = get( i );
if (pEntry && aInternalName.equals(pEntry->GetName()))
- return sal_True;
+ return true;
}
- return sal_False;
+ return false;
}
// XElementAccess