summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2012-02-15 15:04:11 +0100
committerRadek Doulik <rodo@novell.com>2012-02-16 13:12:37 +0100
commit52c3bbb9574e1155a52b4e901a76779142ac8f25 (patch)
treee3b139580394caddcaf95d5a188a4a3cc8a544d3 /extensions
parente2de115700e7c6c5ee9118c17c06eda0c462f394 (diff)
Translate German comments
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index 957d9d1c129c..509b19e3ced4 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -78,7 +78,7 @@ namespace pcr
}
//------------------------------------------------------------------------
- // Vergleichen von PropertyInfo
+ // Compare PropertyInfo
struct PropertyInfoLessByName : public ::std::binary_function< OPropertyInfoImpl, OPropertyInfoImpl, bool >
{
bool operator()( const OPropertyInfoImpl& _rLHS, const OPropertyInfoImpl& _rRHS )
@@ -552,7 +552,7 @@ namespace pcr
//------------------------------------------------------------------------
const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(const String& _rName)
{
- // intialisierung
+ // Initialization
if(!s_pPropertyInfos)
getPropertyInfo();
OPropertyInfoImpl aSearch(_rName, 0L, String(), 0, "", 0);
@@ -573,7 +573,7 @@ namespace pcr
//------------------------------------------------------------------------
const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(sal_Int32 _nId)
{
- // intialisierung
+ // Initialization
if(!s_pPropertyInfos)
getPropertyInfo();