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
commitae0e29250ea69cb38eb19ad89e92497c6a410780 (patch)
treea68f7e9055cae37a83c1996efd01a87fcdfa3916 /sfx2/inc
parentfdba64b10f4b9628e32802dcaf6ad1978c20e801 (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 226aef82dd..e1a1057d61 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; }