[Libreoffice-commits] core.git: sw/source
Noel Grandin
noel.grandin at collabora.co.uk
Thu Jan 4 06:19:25 UTC 2018
sw/source/core/unocore/unocoll.cxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit caf4d0525493b2c978f47e10d103cdf7f89363f7
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Wed Jan 3 14:58:35 2018 +0200
drop some unused typedefs in UnoFrameWrap_traits
Change-Id: I80e4916de36f65b28db054367f1a307498456b18
Reviewed-on: https://gerrit.libreoffice.org/47343
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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(
More information about the Libreoffice-commits
mailing list