diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-03 14:58:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-04 07:18:53 +0100 |
commit | caf4d0525493b2c978f47e10d103cdf7f89363f7 (patch) | |
tree | e54538cab9f203fd33bb8a799bab5e0b8de2fd44 | |
parent | e6fdeed56d8a48f16b818979f2a77c758c31a9d9 (diff) |
drop some unused typedefs in UnoFrameWrap_traits
Change-Id: I80e4916de36f65b28db054367f1a307498456b18
Reviewed-on: https://gerrit.libreoffice.org/47343
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | sw/source/core/unocore/unocoll.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx index cc4dcfa4720e..fb30f4624f2b 100644 --- a/sw/source/core/unocore/unocoll.cxx +++ b/sw/source/core/unocore/unocoll.cxx @@ -994,8 +994,6 @@ namespace template<> struct UnoFrameWrap_traits<FLYCNTTYPE_FRM> { - typedef SwXTextFrame core_frame_t; - typedef XTextFrame uno_frame_t; static uno::Any wrapFrame(SwFrameFormat & rFrameFormat) { uno::Reference<text::XTextFrame> const xRet( @@ -1008,8 +1006,6 @@ namespace template<> struct UnoFrameWrap_traits<FLYCNTTYPE_GRF> { - typedef SwXTextGraphicObject core_frame_t; - typedef XTextContent uno_frame_t; static uno::Any wrapFrame(SwFrameFormat & rFrameFormat) { uno::Reference<text::XTextContent> const xRet( @@ -1022,8 +1018,6 @@ namespace template<> struct UnoFrameWrap_traits<FLYCNTTYPE_OLE> { - typedef SwXTextEmbeddedObject core_frame_t; - typedef XEmbeddedObjectSupplier uno_frame_t; static uno::Any wrapFrame(SwFrameFormat & rFrameFormat) { uno::Reference<text::XTextContent> const xRet( |