summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 13e11cbf25f2..f0836521e270 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -230,7 +230,6 @@ ShutdownIcon::~ShutdownIcon()
}
-
void ShutdownIcon::OpenURL( const OUString& aURL, const OUString& rTarget, const Sequence< PropertyValue >& aArgs )
{
if ( getInstance() && getInstance()->m_xDesktop.is() )
@@ -263,7 +262,6 @@ void ShutdownIcon::OpenURL( const OUString& aURL, const OUString& rTarget, const
}
-
void ShutdownIcon::FileOpen()
{
if ( getInstance() && getInstance()->m_xDesktop.is() )
@@ -275,7 +273,6 @@ void ShutdownIcon::FileOpen()
}
-
void ShutdownIcon::FromTemplate()
{
if ( getInstance() && getInstance()->m_xDesktop.is() )
@@ -331,7 +328,6 @@ OUString ShutdownIcon::GetResString( int id )
}
-
OUString ShutdownIcon::GetUrlDescription( const OUString& aUrl )
{
::SolarMutexGuard aGuard;
@@ -340,7 +336,6 @@ OUString ShutdownIcon::GetUrlDescription( const OUString& aUrl )
}
-
void ShutdownIcon::StartFileDialog()
{
::SolarMutexGuard aGuard;
@@ -363,7 +358,6 @@ void ShutdownIcon::StartFileDialog()
}
-
IMPL_LINK_TYPED( ShutdownIcon, DialogClosedHdl_Impl, FileDialogHelper*, /*unused*/, void )
{
DBG_ASSERT( m_pFileDlg, "ShutdownIcon, DialogClosedHdl_Impl(): no file dialog" );
@@ -506,7 +500,6 @@ IMPL_LINK_TYPED( ShutdownIcon, DialogClosedHdl_Impl, FileDialogHelper*, /*unused
}
-
void ShutdownIcon::addTerminateListener()
{
ShutdownIcon* pInst = getInstance();
@@ -525,7 +518,6 @@ void ShutdownIcon::addTerminateListener()
}
-
void ShutdownIcon::terminateDesktop()
{
ShutdownIcon* pInst = getInstance();
@@ -550,7 +542,6 @@ void ShutdownIcon::terminateDesktop()
}
-
ShutdownIcon* ShutdownIcon::getInstance()
{
OSL_ASSERT( pShutdownIcon );
@@ -558,7 +549,6 @@ ShutdownIcon* ShutdownIcon::getInstance()
}
-
ShutdownIcon* ShutdownIcon::createInstance()
{
if (pShutdownIcon)
@@ -591,7 +581,6 @@ void ShutdownIcon::init() throw( css::uno::Exception, std::exception )
}
-
void SAL_CALL ShutdownIcon::disposing()
{
m_xContext.clear();
@@ -601,7 +590,6 @@ void SAL_CALL ShutdownIcon::disposing()
}
-
// XEventListener
void SAL_CALL ShutdownIcon::disposing( const css::lang::EventObject& )
throw(css::uno::RuntimeException, std::exception)
@@ -609,7 +597,6 @@ void SAL_CALL ShutdownIcon::disposing( const css::lang::EventObject& )
}
-
// XTerminateListener
void SAL_CALL ShutdownIcon::queryTermination( const css::lang::EventObject& )
throw(css::frame::TerminationVetoException, css::uno::RuntimeException, std::exception)
@@ -622,16 +609,12 @@ throw(css::frame::TerminationVetoException, css::uno::RuntimeException, std::exc
}
-
-
void SAL_CALL ShutdownIcon::notifyTermination( const css::lang::EventObject& )
throw(css::uno::RuntimeException, std::exception)
{
}
-
-
void SAL_CALL ShutdownIcon::initialize( const css::uno::Sequence< css::uno::Any>& aArguments )
throw( css::uno::Exception, std::exception )
{
@@ -681,14 +664,12 @@ void SAL_CALL ShutdownIcon::initialize( const css::uno::Sequence< css::uno::Any>
}
-
void ShutdownIcon::EnterModalMode()
{
bModalMode = true;
}
-
void ShutdownIcon::LeaveModalMode()
{
bModalMode = false;
@@ -712,7 +693,6 @@ bool ShutdownIcon::IsQuickstarterInstalled()
#endif // !WNT
-
#if defined (ENABLE_QUICKSTART_APPLET) && defined (UNX)
/**
* Return the XDG autostart directory.