summaryrefslogtreecommitdiff
path: root/sal/rtl/source/bootstrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/bootstrap.cxx')
-rw-r--r--sal/rtl/source/bootstrap.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/rtl/source/bootstrap.cxx b/sal/rtl/source/bootstrap.cxx
index 2267823f88a6..338256cd9729 100644
--- a/sal/rtl/source/bootstrap.cxx
+++ b/sal/rtl/source/bootstrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: dbo $ $Date: 2002-10-23 09:41:09 $
+ * last change: $Author: hr $ $Date: 2003-03-26 16:46:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -202,6 +202,7 @@ namespace _STL
//----------------------------------------------------------------------------
+
struct rtl_bootstrap_NameValue
{
rtl::OUString sName;
@@ -534,6 +535,7 @@ rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName)
return static_cast<rtlBootstrapHandle>(pImpl);
}
+
void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)
{
delete static_cast<Bootstrap_Impl*>(handle);