[Libreoffice] [PATCH 01/12] Translate german comment in caption.cxx
Martin Kepplinger
martinkepplinger at eml.cc
Thu Feb 24 10:33:09 PST 2011
This translates the german code-comment in caption.cxx to english.
This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
---
sw/source/ui/config/caption.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sw/source/ui/config/caption.cxx b/sw/source/ui/config/caption.cxx
index ed53530..3205a19 100644
--- a/sw/source/ui/config/caption.cxx
+++ b/sw/source/ui/config/caption.cxx
@@ -84,8 +84,8 @@ InsCaptionOpt& InsCaptionOpt::operator=( const InsCaptionOpt& rOpt )
BOOL InsCaptionOpt::operator==( const InsCaptionOpt& rOpt ) const
{
return (eObjType == rOpt.eObjType &&
- aOleId == rOpt.aOleId); // Damit gleiche Ole-IDs nicht mehrfach eingefuegt
- // werden koennen, auf nichts weiteres vergleichen
+ aOleId == rOpt.aOleId); // So that identical Ole-IDs can't be added multiple
+ // times, don't compare against anything else.
}
--
1.7.1
More information about the LibreOffice
mailing list