From 21721abc1b476ccfc60b0eba871c909dc086a087 Mon Sep 17 00:00:00 2001 From: Daniel Boelzle Date: Fri, 6 Dec 2002 09:12:29 +0000 Subject: #105077# singleton order; minor changes --- cppuhelper/source/macro_expander.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cppuhelper/source/macro_expander.cxx') diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx index 1c71716f8000..7509b65d0f75 100644 --- a/cppuhelper/source/macro_expander.cxx +++ b/cppuhelper/source/macro_expander.cxx @@ -2,9 +2,9 @@ * * $RCSfile: macro_expander.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2002-09-05 16:13:52 $ + * last change: $Author: dbo $ $Date: 2002-12-06 10:12:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ using namespace ::com::sun::star::uno; namespace cppu { //---- private forward ----------------------------------------------------------------------------- -Bootstrap const & __get_unorc() SAL_THROW( () ); +Bootstrap const & get_unorc() SAL_THROW( () ); } namespace @@ -255,7 +255,7 @@ OUString Bootstrap_MacroExpander::expandMacros( OUString const & exp ) } else { - bstrap = ::cppu::__get_unorc().getHandle(); + bstrap = ::cppu::get_unorc().getHandle(); } // expand -- cgit v1.2.3