SwXMetaText::GetXMeta() now unused

Change-Id: I832b4b544050c2105ed40fb6421318e8b59313d1
This commit is contained in:
Michael Stahl 2014-08-17 22:42:22 +02:00
parent 398616151f
commit 778fc411d1

View file

@ -563,8 +563,6 @@ public:
const uno::Reference< text::XTextRange > & xTextPosition)
throw (uno::RuntimeException, std::exception) SAL_OVERRIDE;
SwXMeta & GetXMeta() { return m_rMeta; }
};
SwXMetaText::SwXMetaText(SwDoc & rDoc, SwXMeta & rMeta)