Kaydet (Commit) b36a014e authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS obo05 (1.27.138); FILE MERGED

2006/06/23 14:33:48 obo 1.27.138.2: RESYNC: (1.27-1.28); FILE MERGED
2006/06/22 14:49:20 obo 1.27.138.1: #i53611# .net 2005
üst 4d5994e8
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: layerimport.cxx,v $ * $RCSfile: layerimport.cxx,v $
* *
* $Revision: 1.29 $ * $Revision: 1.30 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 10:37:11 $ * last change: $Author: vg $ $Date: 2006-09-25 13:21:28 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -535,7 +535,8 @@ namespace xmloff ...@@ -535,7 +535,8 @@ namespace xmloff
return; return;
// add a new entry to our page map // add a new entry to our page map
::std::pair< MapDrawPage2MapIterator, bool > aPagePosition = ::std::pair< MapDrawPage2MapIterator, bool > aPagePosition;
aPagePosition =
m_aControlIds.insert(MapDrawPage2Map::value_type(_rxDrawPage, MapString2PropertySet())); m_aControlIds.insert(MapDrawPage2Map::value_type(_rxDrawPage, MapString2PropertySet()));
OSL_ENSURE(aPagePosition.second, "OFormLayerXMLImport_Impl::startPage: already imported this page!"); OSL_ENSURE(aPagePosition.second, "OFormLayerXMLImport_Impl::startPage: already imported this page!");
m_aCurrentPageIds = aPagePosition.first; m_aCurrentPageIds = aPagePosition.first;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment