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@yahoo.de>
Context
- [PATCH] Comment translation german - english · Matthias Freund (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.