diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-13 22:49:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-13 22:49:58 +0100 |
commit | f3c99d5e34df5304bca88f6fcc42476ee6645bc2 (patch) | |
tree | 1edc6081b2cd1c25dfca3e3730c84458329e3e6b /sfx2/inc | |
parent | ab7324559877ca1fd18178e1a41f821d0dfe4be3 (diff) |
Remove some dead code
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/docfile.hxx | 2 |
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; } |