diff options
author | Christina Roßmanith <ChrRossmanith@web.de> | 2011-01-03 14:04:34 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-03 22:42:05 -0500 |
commit | 29f33ee76e5e6771b57a1e460d1dafbaabf92471 (patch) | |
tree | 46a07ee6aab7fc7ba09b567d62a74c72d83bf22b /sc/inc/bigrange.hxx | |
parent | cf92f247fdf953b41e868ded0dd3f0456b82dfe8 (diff) |
Translated comments from German to English.
Diffstat (limited to 'sc/inc/bigrange.hxx')
-rw-r--r-- | sc/inc/bigrange.hxx | 2 |
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) && |