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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index 6a2acc742ade..639c0fffbdc0 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -945,7 +945,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 )
@@ -1003,14 +1003,14 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
{
// Not a Core Property! Maybe it's an Additional Core Property?!
- if ( !bTriedToGetAdditonalPropSet && !xAdditionalPropSet.is() )
+ if ( !bTriedToGetAdditionalPropSet && !xAdditionalPropSet.is() )
{
xAdditionalPropSet
= uno::Reference< beans::XPropertySet >(
pProvider->getAdditionalPropertySet( rContentId,
sal_False ),
uno::UNO_QUERY );
- bTriedToGetAdditonalPropSet = sal_True;
+ bTriedToGetAdditionalPropSet = sal_True;
}
if ( xAdditionalPropSet.is() )
@@ -1150,7 +1150,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
sal_Int32 nCount = rValues.getLength();
uno::Reference< ucb::XPersistentPropertySet > xAdditionalPropSet;
- sal_Bool bTriedToGetAdditonalPropSet = sal_False;
+ sal_Bool bTriedToGetAdditionalPropSet = sal_False;
sal_Bool bExchange = sal_False;
OUString aOldTitle;
@@ -1277,10 +1277,10 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
{
// Not a Core Property! Maybe it's an Additional Core Property?!
- if ( !bTriedToGetAdditonalPropSet && !xAdditionalPropSet.is() )
+ if ( !bTriedToGetAdditionalPropSet && !xAdditionalPropSet.is() )
{
xAdditionalPropSet = getAdditionalPropertySet( sal_False );
- bTriedToGetAdditonalPropSet = sal_True;
+ bTriedToGetAdditionalPropSet = sal_True;
}
if ( xAdditionalPropSet.is() )