summaryrefslogtreecommitdiff
path: root/sc/inc/callform.hxx
diff options
context:
space:
mode:
authorChristina Roßmanith <ChrRossmanith@web.de>2011-01-03 14:04:34 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-01-03 22:42:05 -0500
commit29f33ee76e5e6771b57a1e460d1dafbaabf92471 (patch)
tree46a07ee6aab7fc7ba09b567d62a74c72d83bf22b /sc/inc/callform.hxx
parentcf92f247fdf953b41e868ded0dd3f0456b82dfe8 (diff)
Translated comments from German to English.
Diffstat (limited to 'sc/inc/callform.hxx')
-rw-r--r--sc/inc/callform.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/callform.hxx b/sc/inc/callform.hxx
index dd6f13057d76..aa79c0df6c99 100644
--- a/sc/inc/callform.hxx
+++ b/sc/inc/callform.hxx
@@ -98,8 +98,8 @@ public:
BOOL Call(void** ppParam);
BOOL Unadvice(double nHandle);
- // Name und Beschreibung des Parameters nParam.
- // nParam==0 => Desc := Funktions-Beschreibung,
+ // name and description of parameter nParam.
+ // nParam==0 => Desc := function description,
// Name := n/a
BOOL GetParamDesc( String& aName, String& aDesc, USHORT nParam );
};