summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unofield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unofield.cxx')
-rw-r--r--sw/source/core/unocore/unofield.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx
index 89e296e159d8..c6876dfbccc7 100644
--- a/sw/source/core/unocore/unofield.cxx
+++ b/sw/source/core/unocore/unofield.cxx
@@ -1900,7 +1900,7 @@ void SAL_CALL SwXTextField::attach(
static_cast<SwTableField*>(pField)->ChgExpStr(m_pImpl->m_pProps->sPar1);
}
break;
- default: OSL_FAIL("was ist das fuer ein Typ?");
+ default: OSL_FAIL("What kind of type is that?");
}
if (!pField)
throw uno::RuntimeException("no SwField created?");
@@ -2348,7 +2348,7 @@ uno::Any SAL_CALL SwXTextField::getPropertyValue(const OUString& rPropertyName)
// e.g. fields in undo or redo array
if (rTextNode.GetNodes().IsDocNodes())
{
- bool bFrame = 0 != rTextNode.FindLayoutRect().Width(); // oder so
+ bool bFrame = 0 != rTextNode.FindLayoutRect().Width(); // or so
bool bHidden = rTextNode.IsHidden();
if ( !bHidden )
{