Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 14:23:55 +0200 (CEST)
From:      Martin Blapp <mb@imp.ch>
To:        "Kevin B. Hendricks" <kevin.hendricks@sympatico.ca>
Cc:        <dev@porting.openoffice.org>, <openoffice@freebsd.org>, <kan@freebsd.org>
Subject:   Re: [porting-dev] FreeBSD: Uncatched exception problem
Message-ID:  <20021012142103.Y15308-100000@levais.imp.ch>
In-Reply-To: <200210110829.05852.kevin.hendricks@sympatico.ca>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi all,

I read in framework/source/services/typedetection.cxx ...

// Attention: Full namespace is neccessary because it exist another
interface with same name in com.su n.star.frame!

Could this be our problem ?

If I add the try / catch as proposed:

try {
       OUString sDetectorDecision = xDetector->detect( seqDescriptor );
    }
    catch ( ... ) {
       fprintf(stderr,"Here !");
       throw;
    }

I tried to define sDetectorDecision, but that does not help me ...

In member function `virtual rtl::OUString
framework::TypeDetection::queryTypeByDescriptor(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&,
unsigned char)': /usr/ports/editors/openoffice/work/oo_1.0.1_src/framework/source/services/typedetection.cxx:314:
` sDetectorDecision' undeclared (first use this function)
/usr/ports/editors/openoffice/work/oo_1.0.1_src/framework/source/services/typedetection.cxx:314:
(Each undeclared identifier is reported only once for each function it appears
in.) dmake:  Error code 1, while making  '../../unxfbsd.pro/slo/typedetection.obj'

martin

Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org>
------------------------------------------------------------------
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 061 826 93 00: +41 61 826 93 01
PGP: <finger -l mbr@freebsd.org>
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
------------------------------------------------------------------



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021012142103.Y15308-100000>