INTEGRATION: CWS mba30patches01 (1.15.40); FILE MERGED
2008/04/23 10:48:08 mba 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/18 15:40:52 mba 1.15.40.1: #i86365#: remove unused code
This commit is contained in:
parent
01d0c19dc2
commit
e5dc9607c7
1 changed files with 1 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: bibconfig.cxx,v $
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -243,17 +243,6 @@ void BibConfig::SetBibliographyURL(const BibDBDescriptor& rDesc)
|
|||
nTblOrQuery = rDesc.nCommandType;
|
||||
SetModified();
|
||||
};
|
||||
/* -----------------------------13.11.00 12:20--------------------------------
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
OUString lcl_GetRealNameFor(const OUString& rLogName, const Mapping& rMapping)
|
||||
{
|
||||
for(sal_Int16 nField = 0; nField < COLUMN_COUNT; nField++)
|
||||
if(rMapping.aColumnPairs[nField].sLogicalColumnName == rLogName)
|
||||
return rMapping.aColumnPairs[nField].sRealColumnName;
|
||||
return OUString();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
void BibConfig::Commit()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue