diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:40:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:40:30 +0000 |
commit | 1c4f39e675717e4b164b3e2b50fb402bc08cc39c (patch) | |
tree | 91576ed0616b88ea9350eac6938ae30fe6cd0c4c /connectivity | |
parent | 1df025eb1059ef1f2ef2ca710764f9b49018ef8e (diff) |
INTEGRATION: CWS mozab03 (1.4.74); FILE MERGED
2003/11/26 14:03:47 yl146652 1.4.74.1: #21912 mapping mozilla mailing lists as sdbc views
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/MColumnAlias.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mozab/MColumnAlias.cxx b/connectivity/source/drivers/mozab/MColumnAlias.cxx index 2a697b110f42..1199a5c1db6d 100644 --- a/connectivity/source/drivers/mozab/MColumnAlias.cxx +++ b/connectivity/source/drivers/mozab/MColumnAlias.cxx @@ -2,9 +2,9 @@ * * $RCSfile: MColumnAlias.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:37:35 $ + * last change: $Author: obo $ $Date: 2004-03-17 10:40:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -157,7 +157,7 @@ void OColumnAlias::setAlias(const ::com::sun::star::uno::Reference< { try { - // + //............................................................. Reference< XNameAccess > xAliasesNode; xDriverNode->getPropertyValue( ::rtl::OUString::createFromAscii("ColumnAliases") ) >>= xAliasesNode; OSL_ENSURE( xAliasesNode.is(), "OColumnAlias::setAlias: missing the aliases node!" ); @@ -167,7 +167,7 @@ void OColumnAlias::setAlias(const ::com::sun::star::uno::Reference< if ( xAliasesNode.is() ) aColumnProgrammaticNames = xAliasesNode->getElementNames(); - // + //............................................................. // travel through all the set elements const ::rtl::OUString* pProgrammaticNames = aColumnProgrammaticNames.getConstArray(); const ::rtl::OUString* pProgrammaticNamesEnd = pProgrammaticNames + aColumnProgrammaticNames.getLength(); @@ -191,7 +191,7 @@ void OColumnAlias::setAlias(const ::com::sun::star::uno::Reference< if ( 0 == sAssignedAlias.getLength() ) sAssignedAlias = *pProgrammaticNames; - // + //............................................................. // check the value // look up the programmatic indicated by pProgrammaticNames in the known programmatics const ::rtl::OUString* pProgrammatic = sProgrammaticNames + FIRSTNAME; |