summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MConfigAccess.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:30:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:30:55 +0000
commitad0cda0030891b37e01c21fa8ff7745a69ac27d9 (patch)
tree82c966709bdffbc4a34e9797a2869d24d3b566f0 /connectivity/source/drivers/mozab/MConfigAccess.cxx
parentbbc71baaf7d9425510f84b0f91a993d1cd6f9ab7 (diff)
INTEGRATION: CWS dr33 (1.4.66); FILE MERGED
2005/02/14 16:39:24 dr 1.4.66.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'connectivity/source/drivers/mozab/MConfigAccess.cxx')
-rw-r--r--connectivity/source/drivers/mozab/MConfigAccess.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mozab/MConfigAccess.cxx b/connectivity/source/drivers/mozab/MConfigAccess.cxx
index c7e4f6551def..33f27cd34f49 100644
--- a/connectivity/source/drivers/mozab/MConfigAccess.cxx
+++ b/connectivity/source/drivers/mozab/MConfigAccess.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MConfigAccess.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 18:27:06 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:30:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@ namespace connectivity
Reference< XPropertySet > xNode;
try
{
- //
+ //=============================================================
// create the config provider
Reference< XMultiServiceFactory > xConfigProvider(
_rxORB->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationProvider" )) ),
@@ -97,7 +97,7 @@ namespace connectivity
::rtl::OUString sCompleteNodePath = ::rtl::OUString::createFromAscii ("/org.openoffice.Office.DataAccess/DriverSettings/" );
sCompleteNodePath += OConnection::getDriverImplementationName();
- //
+ //=========================================================
// arguments for creating the config access
Sequence< Any > aArguments(2);
// the path to the node to open
@@ -115,7 +115,7 @@ namespace connectivity
PropertyState_DIRECT_VALUE
);
- //
+ //=========================================================
// create the access
Reference< XInterface > xAccess = xConfigProvider->createInstanceWithArguments(
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationAccess" )),