summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/recoveryui.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:51:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:42:24 -0600
commitb1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch)
tree1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/source/unodraw/recoveryui.cxx
parent060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff)
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/unodraw/recoveryui.cxx')
-rw-r--r--svx/source/unodraw/recoveryui.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx
index dfdb83596669..3054ad3e36a5 100644
--- a/svx/source/unodraw/recoveryui.cxx
+++ b/svx/source/unodraw/recoveryui.cxx
@@ -195,7 +195,7 @@ css::uno::Any SAL_CALL RecoveryUI::dispatchWithReturnValue(const css::util::URL&
return aRet;
}
-//===============================================
+
void SAL_CALL RecoveryUI::dispatch(const css::util::URL& aURL ,
const css::uno::Sequence< css::beans::PropertyValue >& lArguments)
throw(css::uno::RuntimeException)
@@ -204,14 +204,14 @@ void SAL_CALL RecoveryUI::dispatch(const css::util::URL&
dispatchWithReturnValue(aURL, lArguments);
}
-//===============================================
+
void SAL_CALL RecoveryUI::addStatusListener(const css::uno::Reference< css::frame::XStatusListener >&, const css::util::URL& ) throw(css::uno::RuntimeException)
{
// TODO
OSL_FAIL("RecoveryUI::addStatusListener()\nNot implemented yet!");
}
-//===============================================
+
void SAL_CALL RecoveryUI::removeStatusListener(const css::uno::Reference< css::frame::XStatusListener >&, const css::util::URL& )
throw(css::uno::RuntimeException)
{
@@ -237,7 +237,7 @@ static OUString GetCrashConfigDir()
return ustrValue;
}
-//===============================================
+
#if defined(WNT)
#define LCKFILE "crashdat.lck"
@@ -252,7 +252,7 @@ static OUString GetUnsentURL()
return aURL;
}
-//===============================================
+
static bool delete_pending_crash()
{
@@ -274,7 +274,7 @@ RecoveryUI::EJob RecoveryUI::impl_classifyJob(const css::util::URL& aURL)
return m_eJob;
}
-//===============================================
+
sal_Bool RecoveryUI::impl_doEmergencySave()
{
// create core service, which implements the real "emergency save" algorithm.
@@ -296,7 +296,7 @@ sal_Bool RecoveryUI::impl_doEmergencySave()
return (nRet==DLG_RET_OK_AUTOLUNCH);
}
-//===============================================
+
void RecoveryUI::impl_doRecovery()
{
// create core service, which implements the real "emergency save" algorithm.
@@ -324,7 +324,7 @@ void RecoveryUI::impl_doRecovery()
delete_pending_crash();
}
-//===============================================
+
void RecoveryUI::impl_showAllRecoveredDocs()
{