summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/solar/control/navtoolbar.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx
index 62c4a3edbf11..b7e9510580ca 100644
--- a/forms/source/solar/control/navtoolbar.cxx
+++ b/forms/source/solar/control/navtoolbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: navtoolbar.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:02:25 $
+ * last change: $Author: obo $ $Date: 2007-01-23 11:23:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -646,7 +646,7 @@ namespace frm
{
if ( _bForce || ( GetText() != GetSavedValue() ) )
{
- sal_Int32 nRecord = GetValue();
+ sal_Int64 nRecord = GetValue();
if ( nRecord < GetMin() || nRecord > GetMax() )
return;