summaryrefslogtreecommitdiff
path: root/framework/source/loadenv
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-24 13:03:22 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-24 21:03:06 -0400
commitf15b1d084eb026342e8d0440d5bfb3ac8f23f30c (patch)
tree1d2c4743ee8f1f29ef06fc04fa25fc2daba10d7e /framework/source/loadenv
parent8348b2a7a0772e3fb28be9475e38eb394976b9a5 (diff)
It makes no sense to make these methods virtual.
LoadEnv doesn't have any child classes, and is not a UNO service. Change-Id: I773324e10b755c6e5f1a29c07495b21f6a236a3e
Diffstat (limited to 'framework/source/loadenv')
-rw-r--r--framework/source/loadenv/loadenv.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index fc6e3138415f..35b85c5e6164 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -251,7 +251,6 @@ void LoadEnv::initializeLoading(const ::rtl::OUString&
sal_Int32 nSearchFlags ,
EFeature eFeature , // => use default ...
EContentType eContentType ) // => use default ...
- throw(LoadEnvException, css::uno::RuntimeException)
{
// SAFE -> ----------------------------------
WriteGuard aWriteLock(m_aLock);
@@ -377,7 +376,6 @@ void LoadEnv::initializeUIDefaults( const css::uno::Reference< css::lang::XMulti
void LoadEnv::startLoading()
- throw(LoadEnvException, css::uno::RuntimeException)
{
// SAFE ->
ReadGuard aReadLock(m_aLock);
@@ -431,7 +429,6 @@ void LoadEnv::startLoading()
Current implementation counts yield calls only ...
-----------------------------------------------*/
sal_Bool LoadEnv::waitWhileLoading(sal_uInt32 nTimeout)
- throw(LoadEnvException, css::uno::RuntimeException)
{
// Because its not a good idea to block the main thread
// (and we can't be sure that we are currently not used inside the
@@ -468,7 +465,6 @@ sal_Bool LoadEnv::waitWhileLoading(sal_uInt32 nTimeout)
void LoadEnv::cancelLoading()
- throw(LoadEnvException, css::uno::RuntimeException)
{
// PARTIAL(!) SAFE -> ------------------------------
ReadGuard aReadLock(m_aLock);