summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2016-01-01 23:18:58 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2016-01-01 23:18:58 +0100
commitfc73c5a3ee32e7e4c80381d74d4bfc74ca3489a5 (patch)
treea9ff2a8c06d5755b6c26034f9936754df633d3d1 /sw
parent15fdfe25578d5fa0e17b8f7f9c4b8c8632d357ad (diff)
remove desd code
Change-Id: Ifc81677eb3331a786a964f89aa425916df6364b4
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unostyle.cxx5
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