diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 13:26:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 13:26:32 +0000 |
commit | f867599dbd8b9f2494952936a28bbb9f59c7ab88 (patch) | |
tree | 95c5c17a9bcba9d8fc74efbe4220af85d533b21f /svx/inc/tbxalign.hxx | |
parent | b3ac7d264f3e6117bc046ac2b1625410d3d36186 (diff) |
INTEGRATION: CWS docking4 (1.2.124); FILE MERGED
2004/10/22 15:33:13 cd 1.2.124.1: #i34077# Use new interfaces to fix alignment image problem
Diffstat (limited to 'svx/inc/tbxalign.hxx')
-rw-r--r-- | svx/inc/tbxalign.hxx | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/svx/inc/tbxalign.hxx b/svx/inc/tbxalign.hxx index 2753f208e0f4..4631e94471e1 100644 --- a/svx/inc/tbxalign.hxx +++ b/svx/inc/tbxalign.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxalign.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-07-06 13:07:04 $ + * last change: $Author: obo $ $Date: 2004-11-16 14:26:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,6 +69,11 @@ class SvxTbxCtlAlign: public SfxToolBoxControl { public: + virtual ::sal_Bool SAL_CALL opensSubToolbar() throw (::com::sun::star::uno::RuntimeException); + virtual ::rtl::OUString SAL_CALL getSubToolbarName() throw (::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL functionSelected( const ::rtl::OUString& aCommand ) throw (::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL updateImage() throw (::com::sun::star::uno::RuntimeException); + virtual SfxPopupWindowType GetPopupWindowType() const; virtual SfxPopupWindow* CreatePopupWindow(); @@ -76,5 +81,9 @@ public: SvxTbxCtlAlign( USHORT nSlotId, USHORT nId, ToolBox& rTbx ); ~SvxTbxCtlAlign() {} +private: + rtl::OUString m_aSubTbName; + rtl::OUString m_aSubTbResName; + rtl::OUString m_aCommand; }; #endif |