[PATCH] Comment translation german - english
Matthias Freund (via Code Review)
gerrit at gerrit.libreoffice.org
Sun Feb 10 11:37:07 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2089
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/2089/1
Comment translation german - english
Change-Id: Ifc4be6a2253eaf89c996c0c2619b6d71e2fb5b5c
---
M sw/source/core/attr/hints.cxx
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sw/source/core/attr/hints.cxx b/sw/source/core/attr/hints.cxx
index cd895eb..1db49a4 100644
--- a/sw/source/core/attr/hints.cxx
+++ b/sw/source/core/attr/hints.cxx
@@ -108,7 +108,7 @@
#ifdef DBG_UTIL
void SwAttrSetChg::ClearItem( sal_uInt16 nWhch )
{
- OSL_ENSURE( bDelSet, "der Set darf nicht veraendert werden!" );
+ OSL_ENSURE( bDelSet, "The Set may not be changed!" );
pChgSet->ClearItem( nWhch );
}
#endif
@@ -121,13 +121,13 @@
// "Overhead" of SfxPoolItem
int SwMsgPoolItem::operator==( const SfxPoolItem& ) const
{
- OSL_FAIL( "SwMsgPoolItem kennt kein ==" );
+ OSL_FAIL( "SwMsgPoolItem knows no ==" );
return 0;
}
SfxPoolItem* SwMsgPoolItem::Clone( SfxItemPool* ) const
{
- OSL_FAIL( "SwMsgPoolItem kennt kein Clone" );
+ OSL_FAIL( "SwMsgPoolItem knows no Clone" );
return 0;
}
--
To view, visit https://gerrit.libreoffice.org/2089
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc4be6a2253eaf89c996c0c2619b6d71e2fb5b5c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Matthias Freund <matti_lx at yahoo.de>
More information about the LibreOffice
mailing list