summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 15:55:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 11:33:21 +0000
commit269bf161e6904f33dda21e319982bfb119f24592 (patch)
tree512cd13b685c32d4ff115fa56f00c71604ec3309 /framework/source/inc
parenta62129aa632c2d574a6560efc19f9de84aed1670 (diff)
loplugin:unusedmethods framework
Change-Id: Ibfeb0ef753a083f458c84f446f0729f05c73e2d6 Reviewed-on: https://gerrit.libreoffice.org/17060 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/acceleratorconfiguration.hxx27
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx11
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx13
3 files changed, 0 insertions, 51 deletions
diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
index 290fd0a8adab..b963daaa47c0 100644
--- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
@@ -212,33 +212,6 @@ class XMLBasedAcceleratorConfiguration : public IStorageListener,
*/
void impl_ts_save(const css::uno::Reference< css::io::XOutputStream >& xStream);
- /** @short try to locate and open a sub storage.
-
- @descr It search at the root storage for the specified
- sub storage. If it exists - it will be opened.
- By default this method tries to open the storage
- for reading. But the calli can request a writeable
- storage.
-
- @param xRooStorage
- used to locate the sub storage.
-
- @param sSubStorage
- relativ path of the sub storage.
-
- @param bOutStream
- force open of the sub storage in
- write mode - instead of read mode, which
- is the default.
-
- @return [XInterface]
- will be a css::io::XInpoutStream or a css::io::XOutputStream.
- Depends from the parameter bWriteable!
- */
- css::uno::Reference< css::uno::XInterface > impl_ts_openSubStorage(const css::uno::Reference< css::embed::XStorage >& xRootStorage,
- const OUString& sSubStorage ,
- bool bOutStream );
-
/** @short returns a reference to one of our internal cache members.
@descr We implement the copy-on-write pattern. Doing so
diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx
index caa70314a7e6..9a55f1c89478 100644
--- a/framework/source/inc/loadenv/actionlockguard.hxx
+++ b/framework/source/inc/loadenv/actionlockguard.hxx
@@ -134,17 +134,6 @@ class ActionLockGuard
xLock->removeActionLock();
}
- /** @short lock the internal wrapped resource, if its not already done. */
- void lock()
- {
- osl::MutexGuard g(m_mutex);
- if (!m_bActionLocked && m_xActionLock.is())
- {
- m_xActionLock->addActionLock();
- m_bActionLocked = m_xActionLock->isActionLocked();
- }
- }
-
/** @short unlock the internal wrapped resource, if its not already done. */
void unlock()
{
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 5eef5841daf1..7a6f31759dbc 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -414,19 +414,6 @@ private:
void impl_detectTypeAndFilter()
throw(LoadEnvException, css::uno::RuntimeException, std::exception);
- /** @short tries to ask user for it's filter decision in case
- normal detection failed.
-
- @descr We use a may existing interaction handler to do so.
-
- @return [string]
- the type selected by the user.
-
- @attention Internally we update the member m_lMediaDescriptor!
- */
- OUString impl_askUserForTypeAndFilterIfAllowed()
- throw(LoadEnvException, css::uno::RuntimeException);
-
/** @short tries to use ContentHandler objects for loading.
@descr It searches for a suitable content handler object, registered