summaryrefslogtreecommitdiffstats
path: root/sc/inc/bigrange.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/bigrange.hxx
parentDon't reset the default sheet name when the name has evern been edited. (diff)
downloadcore-29f33ee76e5e6771b57a1e460d1dafbaabf92471.tar.gz
core-29f33ee76e5e6771b57a1e460d1dafbaabf92471.zip
Translated comments from German to English.
Diffstat (limited to 'sc/inc/bigrange.hxx')
-rw-r--r--sc/inc/bigrange.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx
index ac92d30a27cf..577e9b4ec28f 100644
--- a/sc/inc/bigrange.hxx
+++ b/sc/inc/bigrange.hxx
@@ -112,7 +112,7 @@ inline void ScBigAddress::PutInOrder( ScBigAddress& r )
inline BOOL ScBigAddress::IsValid( const ScDocument* pDoc ) const
-{ //! Min/Max sind ok, kennzeichnen ganze Col/Row/Tab
+{ // min/max interval bounds define whole col/row/tab
return
((0 <= nCol && nCol <= MAXCOL)
|| nCol == nInt32Min || nCol == nInt32Max) &&