summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_content.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index 04312d0d5429..0caba865fb99 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -564,7 +564,7 @@ uno::Any SAL_CALL Content::execute(
}
// Remove own and all children's Additional Core Properties.
- removeAdditionalPropertySet( sal_True );
+ removeAdditionalPropertySet( true );
}
else if ( aCommand.Name == "transfer" )
{
@@ -1008,7 +1008,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
xAdditionalPropSet
= uno::Reference< beans::XPropertySet >(
pProvider->getAdditionalPropertySet( rContentId,
- sal_False ),
+ false ),
uno::UNO_QUERY );
bTriedToGetAdditionalPropSet = sal_True;
}
@@ -1106,7 +1106,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
// Append all Additional Core Properties.
uno::Reference< beans::XPropertySet > xSet(
- pProvider->getAdditionalPropertySet( rContentId, sal_False ),
+ pProvider->getAdditionalPropertySet( rContentId, false ),
uno::UNO_QUERY );
xRow->appendPropertySet( xSet );
}
@@ -1279,7 +1279,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
if ( !bTriedToGetAdditionalPropSet && !xAdditionalPropSet.is() )
{
- xAdditionalPropSet = getAdditionalPropertySet( sal_False );
+ xAdditionalPropSet = getAdditionalPropertySet( false );
bTriedToGetAdditionalPropSet = sal_True;
}
@@ -1344,7 +1344,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
// Adapt Additional Core Properties.
renameAdditionalPropertySet( xOldId->getContentIdentifier(),
xNewId->getContentIdentifier(),
- sal_True );
+ true );
}
else
{
@@ -2104,7 +2104,7 @@ void Content::transfer(
aTargetUri += aSourceUri.getName();
if ( !copyAdditionalPropertySet(
- aSourceUri.getUri(), aTargetUri, sal_True ) )
+ aSourceUri.getUri(), aTargetUri, true ) )
{
uno::Any aProps
= uno::makeAny(
@@ -2225,7 +2225,7 @@ void Content::transfer(
}
// Remove own and all children's Additional Core Properties.
- if ( !xSource->removeAdditionalPropertySet( sal_True ) )
+ if ( !xSource->removeAdditionalPropertySet( true ) )
{
uno::Any aProps
= uno::makeAny(