summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-03 00:34:56 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-03 00:48:17 +0100
commit4f01d343cd6c4e8558cd4331277f02d7089ff476 (patch)
treef963ddb792764e0f937162ce06f71bbcc56aeaf8 /framework
parent59307a7164e35396f34bf621ad7e9d2f265b1c7f (diff)
property name spelling s/Visiable/Visible/
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 8caf66bff29a..01adbe52394d 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -1122,10 +1122,10 @@ void ToolBarManager::CreateControllers()
{
try
{
- sal_Bool bSupportVisiable = sal_True;
- Any a( xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SupportsVisiable" ))) );
- a >>= bSupportVisiable;
- if ( bSupportVisiable )
+ sal_Bool bSupportVisible = sal_True;
+ Any a( xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SupportsVisible" ))) );
+ a >>= bSupportVisible;
+ if (bSupportVisible)
{
Reference< XToolbarController > xTbxController( xController, UNO_QUERY );
UpdateController(xTbxController);