diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-03 00:34:56 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-03 00:48:17 +0100 |
commit | 4f01d343cd6c4e8558cd4331277f02d7089ff476 (patch) | |
tree | f963ddb792764e0f937162ce06f71bbcc56aeaf8 /svtools/inc | |
parent | 59307a7164e35396f34bf621ad7e9d2f265b1c7f (diff) |
property name spelling s/Visiable/Visible/
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/toolboxcontroller.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/inc/svtools/toolboxcontroller.hxx b/svtools/inc/svtools/toolboxcontroller.hxx index af451e5d67bf..294fd8fe1460 100644 --- a/svtools/inc/svtools/toolboxcontroller.hxx +++ b/svtools/inc/svtools/toolboxcontroller.hxx @@ -43,13 +43,11 @@ #include <cppuhelper/interfacecontainer.hxx> #include <comphelper/broadcasthelper.hxx> #include <com/sun/star/util/XURLTransformer.hpp> -//shizhoubo for ToolbarController Visiable #include <comphelper/proparrhlp.hxx> #include <comphelper/property.hxx> #include <comphelper/propertycontainer.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> -//end #include <boost/unordered_map.hpp> @@ -70,7 +68,7 @@ class SVT_DLLPUBLIC ToolboxController : public ::com::sun::star::frame::XStatusL public ::cppu::OWeakObject { private: - sal_Bool m_bSupportVisiable; //shizhoubo + sal_Bool m_bSupportVisible; //shizhoubo public: ToolboxController( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rServiceManager, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, @@ -133,7 +131,7 @@ class SVT_DLLPUBLIC ToolboxController : public ::com::sun::star::frame::XStatusL protected: bool getToolboxId( sal_uInt16& rItemId, ToolBox** ppToolBox ); - void setSupportVisiableProperty(sal_Bool bValue); //shizhoubo + void setSupportVisibleProperty(sal_Bool bValue); //shizhoubo struct Listener { Listener( const ::com::sun::star::util::URL& rURL, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& rDispatch ) : |