[Libreoffice-commits] .: Branch 'libreoffice-3-4' - basic/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Jan 13 02:26:01 PST 2012
basic/source/sbx/sbxvalue.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1a3533da32df2217e389c3f7c97cb642427d864b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jan 13 11:25:49 2012 +0100
Fixed apparent typos.
diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx
index 6d9d718..6448158 100644
--- a/basic/source/sbx/sbxvalue.cxx
+++ b/basic/source/sbx/sbxvalue.cxx
@@ -1319,7 +1319,7 @@ Lbl_OpIsDouble:
SetError( SbxERR_NOTIMP );
}
// #45465 Date needs with "+" a special handling: forces date type
- if( Op == SbxPLUS && (GetType() == SbxDATE || rOp.GetType() == SbxDATE )
+ if( eOp == SbxPLUS && (GetType() == SbxDATE || rOp.GetType() == SbxDATE ) )
aL.eType = SbxDATE;
}
More information about the Libreoffice-commits
mailing list