summaryrefslogtreecommitdiff
path: root/sd/source/core/stlsheet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/stlsheet.cxx')
-rw-r--r--sd/source/core/stlsheet.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 2ee00f3c0c69..c2470057c251 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -160,17 +160,6 @@ OUString const & SdStyleSheet::GetApiName() const
return GetName();
}
-void SdStyleSheet::Load (SvStream& rIn, sal_uInt16 nVersion)
-{
- SfxStyleSheetBase::Load(rIn, nVersion);
-
- /* previously, the default mask was 0xAFFE. The needed flags were masked
- from this mask. Now the flag SfxStyleSearchBits::ReadOnly was introduced and with
- this, all style sheets are read only. Since no style sheet should be read
- only in Draw, we reset the flag here. */
- nMask &= ~SfxStyleSearchBits::ReadOnly;
-}
-
bool SdStyleSheet::SetParent(const OUString& rParentName)
{
bool bResult = false;