diff options
-rw-r--r-- | sw/source/core/unocore/unostyle.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx index ffb0f0fa0944..00f61cb0b504 100644 --- a/sw/source/core/unocore/unostyle.cxx +++ b/sw/source/core/unocore/unostyle.cxx @@ -359,11 +359,6 @@ public: void Invalidate(); void ApplyDescriptorProperties(); void SetStyleName(const OUString& rSet){ m_sStyleName = rSet;} - virtual const SwTextFormatColl* GetFormatColl() const - { - assert(m_rEntry.m_eFamily == SFX_STYLE_FAMILY_PARA); - return m_pDoc->FindTextFormatCollByName(GetStyleName()); - } }; class SwXFrameStyle |