summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/tabpagecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/controls/tabpagecontainer.hxx')
-rw-r--r--include/toolkit/controls/tabpagecontainer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/toolkit/controls/tabpagecontainer.hxx b/include/toolkit/controls/tabpagecontainer.hxx
index 740167356f21..150b9b30778a 100644
--- a/include/toolkit/controls/tabpagecontainer.hxx
+++ b/include/toolkit/controls/tabpagecontainer.hxx
@@ -33,9 +33,9 @@
#include <toolkit/controls/controlmodelcontainerbase.hxx>
#include <toolkit/helper/listenermultiplexer.hxx>
-// ------------------------------------------------------------------
+
// class ::com::sun::star::awt::tab::UnoControlTabPageContainerModel
-// ------------------------------------------------------------------
+
typedef ::cppu::AggImplInheritanceHelper1 < UnoControlModel
, ::com::sun::star::awt::tab::XTabPageContainerModel
> UnoControlTabPageContainerModel_Base;
@@ -90,9 +90,9 @@ public:
void SAL_CALL addContainerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL removeContainerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
-// ===================================================================
+
// = UnoControlTabPageContainer
-// ===================================================================
+
typedef ::cppu::AggImplInheritanceHelper1 < ControlContainerBase
, ::com::sun::star::awt::tab::XTabPageContainer
> UnoControlTabPageContainer_Base;