summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/webdavcontent.cxx')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index a5e7087e1a3c..52fdc1fd64d6 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -1265,7 +1265,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
if ( nCount )
{
uno::Reference< beans::XPropertySet > xAdditionalPropSet;
- sal_Bool bTriedToGetAdditonalPropSet = sal_False;
+ sal_Bool bTriedToGetAdditionalPropSet = sal_False;
const beans::Property* pProps = rProperties.getConstArray();
for ( sal_Int32 n = 0; n < nCount; ++n )
@@ -1281,14 +1281,14 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
else
{
// Process local Additional Properties.
- if ( !bTriedToGetAdditonalPropSet && !xAdditionalPropSet.is() )
+ if ( !bTriedToGetAdditionalPropSet && !xAdditionalPropSet.is() )
{
xAdditionalPropSet
= uno::Reference< beans::XPropertySet >(
rProvider->getAdditionalPropertySet( rContentId,
sal_False ),
uno::UNO_QUERY );
- bTriedToGetAdditonalPropSet = sal_True;
+ bTriedToGetAdditionalPropSet = sal_True;
}
if ( !xAdditionalPropSet.is() ||
@@ -1714,7 +1714,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
std::vector< sal_Int32 > aProppatchPropsPositions;
uno::Reference< ucb::XPersistentPropertySet > xAdditionalPropSet;
- sal_Bool bTriedToGetAdditonalPropSet = sal_False;
+ sal_Bool bTriedToGetAdditionalPropSet = sal_False;
sal_Bool bExchange = sal_False;
OUString aNewTitle;
@@ -1892,12 +1892,12 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
else
{
// Property value will be stored in local property store.
- if ( !bTriedToGetAdditonalPropSet &&
+ if ( !bTriedToGetAdditionalPropSet &&
!xAdditionalPropSet.is() )
{
xAdditionalPropSet
= getAdditionalPropertySet( sal_False );
- bTriedToGetAdditonalPropSet = sal_True;
+ bTriedToGetAdditionalPropSet = sal_True;
}
if ( xAdditionalPropSet.is() )