summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /sfx2/source/appl
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r--sfx2/source/appl/appuno.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index b70776104d35..6cbccc56b3de 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -265,7 +265,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert
#ifdef DBG_UTIL
else
{
- OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM("Property not convertable: "));
+ OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM("Property not convertible: "));
aStr.append(pSlot->pUnoName);
OSL_FAIL( aStr.getStr() );
}
@@ -317,7 +317,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert
#ifdef DBG_UTIL
else
{
- OStringBuffer aDbgStr(RTL_CONSTASCII_STRINGPARAM("Property not convertable: "));
+ OStringBuffer aDbgStr(RTL_CONSTASCII_STRINGPARAM("Property not convertible: "));
aDbgStr.append(pSlot->pUnoName);
OSL_FAIL( aDbgStr.getStr() );
}
@@ -391,7 +391,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert
#ifdef DBG_UTIL
else
{
- OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM("Property not convertable: "));
+ OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM("Property not convertible: "));
aStr.append(rArg.pName);
OSL_FAIL( aStr.getStr() );
}
@@ -420,7 +420,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert
#ifdef DBG_UTIL
else
{
- OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM("Property not convertable: "));
+ OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM("Property not convertible: "));
aStr.append(rArg.pName);
OSL_FAIL( aStr.getStr() );
}
@@ -457,7 +457,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert
// ... but it was not convertible
bRet = sal_False;
#ifdef DBG_UTIL
- OStringBuffer aDbgStr(RTL_CONSTASCII_STRINGPARAM("Property not convertable: "));
+ OStringBuffer aDbgStr(RTL_CONSTASCII_STRINGPARAM("Property not convertible: "));
aDbgStr.append(rArg.pName);
OSL_FAIL( aDbgStr.getStr() );
#endif
@@ -1333,7 +1333,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, uno::Sequence<b
if ( !pItem->QueryValue( pValue[nActProp].Value ) )
{
OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM(
- "Item not convertable: "));
+ "Item not convertible: "));
aStr.append(static_cast<sal_Int32>(nSlotId));
OSL_FAIL(aStr.getStr());
}
@@ -1359,7 +1359,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, uno::Sequence<b
aStr.append(static_cast<sal_Int32>(
pType->aAttrib[n-1].nAID));
aStr.append(RTL_CONSTASCII_STRINGPARAM(
- " not convertable in slot: "));
+ " not convertible in slot: "));
aStr.append(static_cast<sal_Int32>(nSlotId));
OSL_FAIL( aStr.getStr() );
}
@@ -1388,7 +1388,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, uno::Sequence<b
if ( !pItem->QueryValue( pValue[nActProp++].Value ) )
{
OStringBuffer aStr(RTL_CONSTASCII_STRINGPARAM(
- "Item not convertable: "));
+ "Item not convertible: "));
aStr.append(static_cast<sal_Int32>(rArg.nSlotId));
OSL_FAIL(aStr.getStr());
}
@@ -1414,7 +1414,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, uno::Sequence<b
aStr.append(static_cast<sal_Int32>(
rArg.pType->aAttrib[n-1].nAID));
aStr.append(RTL_CONSTASCII_STRINGPARAM(
- " not convertable in slot: "));
+ " not convertible in slot: "));
aStr.append(static_cast<sal_Int32>(rArg.nSlotId));
OSL_FAIL(aStr.getStr());
}