summaryrefslogtreecommitdiff
path: root/framework/source/tabwin/tabwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/tabwin/tabwindow.cxx')
-rw-r--r--framework/source/tabwin/tabwindow.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/framework/source/tabwin/tabwindow.cxx b/framework/source/tabwin/tabwindow.cxx
index 2a5ed23d7694..0c0e30a9514c 100644
--- a/framework/source/tabwin/tabwindow.cxx
+++ b/framework/source/tabwin/tabwindow.cxx
@@ -34,16 +34,13 @@
#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/sequenceashashmap.hxx>
-
// Defines
-
using namespace com::sun::star;
namespace framework
{
-
// XInterface, XTypeProvider, XServiceInfo
DEFINE_XINTERFACE_11 ( TabWindow ,
@@ -100,10 +97,8 @@ TabWindow::~TabWindow()
{
}
-
// Helper
-
void TabWindow::implts_LayoutWindows() const
{
const sal_Int32 nTabControlHeight = 30;
@@ -229,10 +224,8 @@ void TabWindow::implts_SendNotification( Notification eNotify, sal_Int32 ID, con
}
}
-
// Links
-
IMPL_LINK( TabWindow, Activate, TabControl*, pTabControl )
{
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
@@ -263,10 +256,8 @@ IMPL_LINK( TabWindow, Deactivate, TabControl*, pTabControl )
return 1;
}
-
// XInitilization
-
void SAL_CALL TabWindow::initialize( const css::uno::Sequence< css::uno::Any >& aArguments )
throw (css::uno::Exception, css::uno::RuntimeException, std::exception)
{
@@ -420,7 +411,6 @@ throw (css::uno::Exception, css::uno::RuntimeException, std::exception)
}
}
-
// XComponent
void SAL_CALL TabWindow::dispose() throw (css::uno::RuntimeException, std::exception)
@@ -488,7 +478,6 @@ throw (css::uno::RuntimeException, std::exception)
m_aListenerContainer.removeInterface( ::getCppuType( ( const css::uno::Reference< css::lang::XEventListener >* ) NULL ), xListener );
}
-
// XEventListener
void SAL_CALL TabWindow::disposing( const css::lang::EventObject& )
@@ -496,7 +485,6 @@ throw( css::uno::RuntimeException, std::exception )
{
}
-
// XWindowListener
void SAL_CALL TabWindow::windowResized( const css::awt::WindowEvent& )
@@ -543,7 +531,6 @@ throw( css::uno::RuntimeException, std::exception )
pTabControl->Hide();
}
-
// XTopWindowListener
void SAL_CALL TabWindow::windowOpened( const css::lang::EventObject& )
@@ -584,10 +571,8 @@ throw (css::uno::RuntimeException, std::exception)
{
}
-
// XSimpleTabController
-
::sal_Int32 SAL_CALL TabWindow::insertTab()
throw (css::uno::RuntimeException, std::exception)
{
@@ -806,10 +791,8 @@ throw (css::uno::RuntimeException, std::exception)
::getCppuType( ( const css::uno::Reference< css::awt::XTabListener >* ) NULL ), xListener );
}
-
// OPropertySetHelper
-
// XPropertySet helper
sal_Bool SAL_CALL TabWindow::convertFastPropertyValue( css::uno::Any& aConvertedValue ,
css::uno::Any& aOldValue ,