summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/optimizerdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/minimizer/optimizerdialog.cxx')
-rw-r--r--sdext/source/minimizer/optimizerdialog.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sdext/source/minimizer/optimizerdialog.cxx b/sdext/source/minimizer/optimizerdialog.cxx
index 54ce34f9fc6f..fd65f08af4ee 100644
--- a/sdext/source/minimizer/optimizerdialog.cxx
+++ b/sdext/source/minimizer/optimizerdialog.cxx
@@ -31,8 +31,6 @@
#include <osl/time.h>
-
-
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::ui;
using namespace ::com::sun::star::awt;
@@ -46,8 +44,6 @@ using namespace ::com::sun::star::script;
using namespace ::com::sun::star::container;
-
-
void OptimizerDialog::InitDialog()
{
// setting the dialog properties
@@ -78,7 +74,6 @@ void OptimizerDialog::InitDialog()
}
-
void OptimizerDialog::InitRoadmap()
{
try
@@ -133,7 +128,6 @@ void OptimizerDialog::InitRoadmap()
}
-
void OptimizerDialog::InsertRoadmapItem( const sal_Int32 nIndex, const bool bEnabled, const OUString& rLabel, const sal_Int32 nItemID )
{
try
@@ -154,7 +148,6 @@ void OptimizerDialog::InsertRoadmapItem( const sal_Int32 nIndex, const bool bEna
}
-
void OptimizerDialog::UpdateConfiguration()
{
sal_Int16 nInt16 = 0;
@@ -203,7 +196,6 @@ void OptimizerDialog::UpdateConfiguration()
}
-
OptimizerDialog::OptimizerDialog( const Reference< XComponentContext > &rxContext, Reference< XFrame >& rxFrame, Reference< XDispatch > rxStatusDispatcher ) :
UnoDialog( rxContext, rxFrame ),
ConfigurationAccess( rxContext, nullptr ),
@@ -238,7 +230,6 @@ OptimizerDialog::OptimizerDialog( const Reference< XComponentContext > &rxContex
}
-
OptimizerDialog::~OptimizerDialog()
{
// not saving configuration if the dialog has been finished via cancel or close window
@@ -247,7 +238,6 @@ OptimizerDialog::~OptimizerDialog()
}
-
void OptimizerDialog::execute()
{
Reference< XItemEventBroadcaster > maRoadmapBroadcaster( mxRoadmapControl, UNO_QUERY_THROW );
@@ -258,7 +248,6 @@ void OptimizerDialog::execute()
}
-
void OptimizerDialog::SwitchPage( sal_Int16 nNewStep )
{
if ( ( nNewStep != mnCurrentStep ) && ( nNewStep <= MAX_STEP ) && ( nNewStep >= 0 ) )
@@ -305,7 +294,6 @@ void OptimizerDialog::UpdateControlStates( sal_Int16 nPage )
}
-
OUString OptimizerDialog::GetSelectedString( OUString const & token )
{
OUString aSelectedItem;
@@ -326,7 +314,6 @@ OUString OptimizerDialog::GetSelectedString( OUString const & token )
}
-
void OptimizerDialog::UpdateStatus( const css::uno::Sequence< css::beans::PropertyValue >& rStatus )
{
if ( mxReschedule.is() )
@@ -358,7 +345,6 @@ void OptimizerDialog::UpdateStatus( const css::uno::Sequence< css::beans::Proper
}
-
void ItemListener::itemStateChanged( const ItemEvent& Event )
throw ( RuntimeException, std::exception )
{
@@ -493,7 +479,6 @@ void ItemListener::disposing( const css::lang::EventObject& /* Source */ )
}
-
void ActionListener::actionPerformed( const ActionEvent& rEvent )
throw ( css::uno::RuntimeException, std::exception )
{
@@ -643,7 +628,6 @@ void ActionListener::disposing( const css::lang::EventObject& /* Source */ )
}
-
void ActionListenerListBox0Pg0::actionPerformed( const ActionEvent& rEvent )
throw ( css::uno::RuntimeException, std::exception )
{
@@ -662,7 +646,6 @@ void ActionListenerListBox0Pg0::disposing( const css::lang::EventObject& /* Sour
}
-
void TextListenerFormattedField0Pg1::textChanged( const TextEvent& /* rEvent */ )
throw ( css::uno::RuntimeException, std::exception )
{
@@ -677,7 +660,6 @@ void TextListenerFormattedField0Pg1::disposing( const css::lang::EventObject& /*
}
-
void TextListenerComboBox0Pg1::textChanged( const TextEvent& /* rEvent */ )
throw ( css::uno::RuntimeException, std::exception )
{
@@ -706,7 +688,6 @@ void TextListenerComboBox0Pg1::disposing( const css::lang::EventObject& /* Sourc
}
-
void SpinListenerFormattedField0Pg1::up( const SpinEvent& /* rEvent */ )
throw ( css::uno::RuntimeException, std::exception )
{