summaryrefslogtreecommitdiffstats
path: root/forms/source/component/spinbutton.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:50:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:54:56 -0600
commitbed18b128ff1329579369b07b2b172e2906649f8 (patch)
tree2d3766c57b8b262e9560578edecb83e070154fe1 /forms/source/component/spinbutton.cxx
parentRemove visual noise from formula (diff)
downloadcore-bed18b128ff1329579369b07b2b172e2906649f8.tar.gz
core-bed18b128ff1329579369b07b2b172e2906649f8.zip
Remove visual noise from forms
Conflicts: forms/source/component/DatabaseForm.cxx Change-Id: I4005fe65e89794bd92191c37221c252a3e964917 Reviewed-on: https://gerrit.libreoffice.org/8262 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/component/spinbutton.cxx')
-rw-r--r--forms/source/component/spinbutton.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index c5a21b811259..18ec0246a9ff 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -27,10 +27,10 @@ extern "C" void SAL_CALL createRegistryInfo_OSpinButtonModel()
static ::frm::OMultiInstanceAutoRegistration< ::frm::OSpinButtonModel > aRegisterModel;
}
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
@@ -41,18 +41,18 @@ namespace frm
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::form::binding;
- //====================================================================
+
//= OSpinButtonModel
- //====================================================================
+
// implemented elsewhere
Any translateExternalDoubleToControlIntValue(
const Any& _rExternalValue, const Reference< XPropertySet >& _rxProperties,
const OUString& _rMinValueName, const OUString& _rMaxValueName );
Any translateControlIntToExternalDoubleValue( const Any& _rControlIntValue );
- //====================================================================
+
//= OSpinButtonModel
- //====================================================================
+
OSpinButtonModel::OSpinButtonModel( const Reference<XComponentContext>& _rxFactory )
@@ -256,8 +256,8 @@ namespace frm
return Sequence< Type >( &::getCppuType( static_cast< double* >( NULL ) ), 1 );
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */