summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:52:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:52:28 +0000
commit7fb5c3b28c039699109e5996d984495871c6098d (patch)
tree53ca769231e83acd01b224cc762e7ff3a2e536a6 /sot
parent99f33f044233b985050cdae7b24c873fa2852e25 (diff)
INTEGRATION: CWS warnings01 (1.37.10); FILE MERGED
2006/04/07 21:33:54 sb 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2005/10/21 16:25:05 pl 1.37.10.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'sot')
-rw-r--r--sot/source/base/exchange.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index 264da544c7ce..2b1cdaccda59 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: exchange.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: obo $ $Date: 2006-03-24 13:10:23 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:52:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -255,7 +255,7 @@ static List& InitFormats_Impl()
{
SotData_Impl * pSotData = SOTDATA();
if( !pSotData->pDataFlavorList )
- List* pL = pSotData->pDataFlavorList = new List();
+ pSotData->pDataFlavorList = new List();
return *pSotData->pDataFlavorList;
}