summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:05:24 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:05:24 +0000
commite5dc9607c766f861c9ff5911e0b9df315fb38162 (patch)
treed736ed18e688b0abd356aa9f71071125b96ea834 /extensions
parent01d0c19dc21a8a43062f3cc6942a3aa3f177867a (diff)
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
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibconfig.cxx13
1 files changed, 1 insertions, 12 deletions
diff --git a/extensions/source/bibliography/bibconfig.cxx b/extensions/source/bibliography/bibconfig.cxx
index 3132c40c5f9b..4cab6ef50526 100644
--- a/extensions/source/bibliography/bibconfig.cxx
+++ b/extensions/source/bibliography/bibconfig.cxx
@@ -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()
{