summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-13 22:49:58 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-13 22:49:58 +0100
commitf3c99d5e34df5304bca88f6fcc42476ee6645bc2 (patch)
tree1edc6081b2cd1c25dfca3e3730c84458329e3e6b /sfx2/inc
parentab7324559877ca1fd18178e1a41f821d0dfe4be3 (diff)
Remove some dead code
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/docfile.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx
index a397a6c5cada..39fb51ab3426 100644
--- a/sfx2/inc/sfx2/docfile.hxx
+++ b/sfx2/inc/sfx2/docfile.hxx
@@ -97,7 +97,6 @@ class SFX2_DLLPUBLIC SfxMedium : public SvRefBase
SvGlobalName aFilterClass;
SvStream* pInStream;
SvStream* pOutStream;
-//REMOVE SvStorageRef aStorage;
const SfxFilter* pFilter;
SfxItemSet* pSet;
SfxMedium_Impl* pImp;
@@ -283,7 +282,6 @@ public:
SAL_DLLPRIVATE void SetUpdatePickList(sal_Bool);
SAL_DLLPRIVATE sal_Bool IsUpdatePickList() const;
-//REMOVE void SetStorage_Impl( SvStorage* pStor );
SAL_DLLPRIVATE void SetLongName(const String &rName)
{ aLongName = rName; }
SAL_DLLPRIVATE const String & GetLongName() const { return aLongName; }