summaryrefslogtreecommitdiff
path: root/forms/source/solar/component/navbarcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/solar/component/navbarcontrol.cxx')
-rw-r--r--forms/source/solar/component/navbarcontrol.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx
index 673501803f29..5e73342d680d 100644
--- a/forms/source/solar/component/navbarcontrol.cxx
+++ b/forms/source/solar/component/navbarcontrol.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
@@ -217,7 +217,7 @@ namespace frm
}
//------------------------------------------------------------------
- ::rtl::OUString SAL_CALL ONavigationBarControl::getImplementationName() throw( RuntimeException )
+ ::rtl::OUString SAL_CALL ONavigationBarControl::getImplementationName() throw( RuntimeException )
{
return getImplementationName_Static();
}
@@ -229,7 +229,7 @@ namespace frm
}
//------------------------------------------------------------------
- ::rtl::OUString SAL_CALL ONavigationBarControl::getImplementationName_Static()
+ ::rtl::OUString SAL_CALL ONavigationBarControl::getImplementationName_Static()
{
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.form.ONavigationBarControl" ) );
}
@@ -297,7 +297,7 @@ namespace frm
// we want a faster repeating rate for the slots in this
// toolbox
- AllSettings aSettings = pNavBar->GetSettings();
+ AllSettings aSettings = pNavBar->GetSettings();
MouseSettings aMouseSettings = aSettings.GetMouseSettings();
aMouseSettings.SetButtonRepeat( 10 );
aSettings.SetMouseSettings( aMouseSettings );