summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.cxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-12-06 09:12:29 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-12-06 09:12:29 +0000
commit21721abc1b476ccfc60b0eba871c909dc086a087 (patch)
treed2f78b59977e1bf87499c50aa991a5ab026aa20b /cppuhelper/source/macro_expander.cxx
parent12c6c3ada21e557c5151c275b845efe06c1d9eb2 (diff)
#105077# singleton order; minor changes
Diffstat (limited to 'cppuhelper/source/macro_expander.cxx')
-rw-r--r--cppuhelper/source/macro_expander.cxx8
1 files changed, 4 insertions, 4 deletions
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