From eb903114cc1a013e28667dcd3287e09f70eac3e6 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Mon, 23 Apr 2007 06:37:29 +0000 Subject: [PATCH] unreachable code removed --- writerfilter/source/doctok/WW8DocumentImpl.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/writerfilter/source/doctok/WW8DocumentImpl.cxx b/writerfilter/source/doctok/WW8DocumentImpl.cxx index d2ddb329cf8a..7c266b80e85d 100644 --- a/writerfilter/source/doctok/WW8DocumentImpl.cxx +++ b/writerfilter/source/doctok/WW8DocumentImpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WW8DocumentImpl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hbrinkm $ $Date: 2007-04-20 14:31:32 $ + * last change: $Author: os $ $Date: 2007-04-23 07:37:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1063,8 +1063,6 @@ CpAndFc WW8DocumentImpl::getHeaderCpAndFc(sal_uInt32 nPos) return aCpAndFc; } - // never reached - return CpAndFc(); } doctok::Reference::Pointer_t WW8DocumentImpl::getHeader(sal_uInt32 nPos)