summaryrefslogtreecommitdiff
path: root/forms/source/component/spinbutton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/spinbutton.cxx')
-rw-r--r--forms/source/component/spinbutton.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index 06c6d4f63618..9d3232022dc8 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -56,7 +56,7 @@ namespace frm
//= OSpinButtonModel
//====================================================================
// implemented elsewhere
- Any translateExternalDoubleToControlIntValue(
+ Any translateExternalDoubleToControlIntValue(
const Any& _rExternalValue, const Reference< XPropertySet >& _rxProperties,
const ::rtl::OUString& _rMinValueName, const ::rtl::OUString& _rMaxValueName );
Any translateControlIntToExternalDoubleValue( const Any& _rControlIntValue );
@@ -253,7 +253,7 @@ namespace frm
//--------------------------------------------------------------------
Any OSpinButtonModel::translateExternalValueToControlValue( const Any& _rExternalValue ) const
{
- return translateExternalDoubleToControlIntValue( _rExternalValue, m_xAggregateSet,
+ return translateExternalDoubleToControlIntValue( _rExternalValue, m_xAggregateSet,
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SpinValueMin" ) ),
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SpinValueMax" ) ) );
}