diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-04 12:01:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-04 12:01:30 +0000 |
commit | 0ef58d1b599f59f76b97a3aae15e06130e55dde8 (patch) | |
tree | 9023349c5d831a9bdcc8814b81e81c382c61d26b /automation/source/server/statemnt.cxx | |
parent | 85a58ffc9f393569bf31cc54a5b019537f0c5bc8 (diff) |
#i10000#: fix assertion
Diffstat (limited to 'automation/source/server/statemnt.cxx')
-rw-r--r-- | automation/source/server/statemnt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx index db26abb1f3a2..2b57d2f7469f 100644 --- a/automation/source/server/statemnt.cxx +++ b/automation/source/server/statemnt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: statemnt.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:48:57 $ + * last change: $Author: hr $ $Date: 2004-08-04 13:01:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -5190,8 +5190,8 @@ BOOL StatementControl::Execute() if ( aUId.IsNumeric() ) { nParams = PARAM_ULONG_1; - DBG_ASSERT( nUId <= 0xFFFF, "ID on ToolBox > 0xFFFF" ); nLNr1 = USHORT( aUId.GetNum() ); + DBG_ASSERT( nLNr1 <= 0xFFFF, "ID on ToolBox > 0xFFFF" ); } else { |