From 277ccc543e413bf4b6370fc5e4d5525f81209bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 5 Dec 2006 14:02:17 +0000 Subject: [PATCH] #i10000# '::osl::DebugBase< CurrentContext >' has to be public. --- testtools/source/bridgetest/currentcontextchecker.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testtools/source/bridgetest/currentcontextchecker.cxx b/testtools/source/bridgetest/currentcontextchecker.cxx index 244830e99e10..e414ed2ff7a6 100644 --- a/testtools/source/bridgetest/currentcontextchecker.cxx +++ b/testtools/source/bridgetest/currentcontextchecker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: currentcontextchecker.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-12-01 14:45:03 $ + * last change: $Author: rt $ $Date: 2006-12-05 15:02:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,7 @@ static char const key[] = "testtools.bridgetest.Key"; static char const value[] = "good"; class CurrentContext: - private ::osl::DebugBase< CurrentContext >, + public ::osl::DebugBase< CurrentContext >, public ::cppu::WeakImplHelper1< css::uno::XCurrentContext > { public: