summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators/storageholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/accelerators/storageholder.hxx')
-rw-r--r--framework/source/inc/accelerators/storageholder.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/source/inc/accelerators/storageholder.hxx b/framework/source/inc/accelerators/storageholder.hxx
index 9b4955b7e699..bfde625885c2 100644
--- a/framework/source/inc/accelerators/storageholder.hxx
+++ b/framework/source/inc/accelerators/storageholder.hxx
@@ -27,8 +27,6 @@
#include <com/sun/star/embed/XStorage.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-
namespace framework
{
@@ -72,9 +70,6 @@ class StorageHolder : private ThreadHelpBase // attention! Must be the first bas
private:
/** @short TODO */
- css::uno::Reference< css::lang::XMultiServiceFactory > m_xSMGR;
-
- /** @short TODO */
css::uno::Reference< css::embed::XStorage > m_xRoot;
/** @short TODO */
@@ -92,11 +87,6 @@ class StorageHolder : private ThreadHelpBase // attention! Must be the first bas
//---------------------------------------
/** @short TODO
*/
- StorageHolder(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
-
- //---------------------------------------
- /** @short TODO
- */
virtual ~StorageHolder();
//---------------------------------------