Kaydet (Commit) 508b15d5 authored tarafından Frank Schönheit's avatar Frank Schönheit

#86712# no releaseContext anymore

üst 1385de51
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: layerexport.cxx,v $ * $RCSfile: layerexport.cxx,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: fs $ $Date: 2001-05-28 14:59:18 $ * last change: $Author: fs $ $Date: 2001-05-28 15:04:18 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -174,12 +174,6 @@ namespace xmloff ...@@ -174,12 +174,6 @@ namespace xmloff
clear(); clear();
} }
//---------------------------------------------------------------------
OFormLayerXMLExport_Impl::~OFormLayerXMLExport_Impl()
{
static_cast<OControlPropertyHandlerFactory*>(m_xPropertyHandlerFactory.getBodyPtr())->releaseContext();
}
//--------------------------------------------------------------------- //---------------------------------------------------------------------
sal_Bool OFormLayerXMLExport_Impl::implCheckPage(const Reference< XDrawPage >& _rxDrawPage, Reference< XIndexAccess >& _rxForms) sal_Bool OFormLayerXMLExport_Impl::implCheckPage(const Reference< XDrawPage >& _rxDrawPage, Reference< XIndexAccess >& _rxForms)
{ {
...@@ -662,6 +656,9 @@ namespace xmloff ...@@ -662,6 +656,9 @@ namespace xmloff
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.13 2001/05/28 14:59:18 fs
* #86712# added control number style related functionality
*
* Revision 1.12 2001/03/21 16:54:38 jl * Revision 1.12 2001/03/21 16:54:38 jl
* Replaced OSL_ENSHURE by OSL_ENSURE * Replaced OSL_ENSHURE by OSL_ENSURE
* *
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: layerimport.cxx,v $ * $RCSfile: layerimport.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: fs $ $Date: 2001-05-28 14:59:18 $ * last change: $Author: fs $ $Date: 2001-05-28 15:04:18 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -318,7 +318,6 @@ namespace xmloff ...@@ -318,7 +318,6 @@ namespace xmloff
OFormLayerXMLImport_Impl::~OFormLayerXMLImport_Impl() OFormLayerXMLImport_Impl::~OFormLayerXMLImport_Impl()
{ {
// outlined to allow forward declaration of OAttribute2Property in the header // outlined to allow forward declaration of OAttribute2Property in the header
static_cast<OControlPropertyHandlerFactory*>(m_xPropertyHandlerFactory.getBodyPtr())->releaseContext();
if (m_pAutoStyles) if (m_pAutoStyles)
m_pAutoStyles->ReleaseRef(); m_pAutoStyles->ReleaseRef();
...@@ -588,6 +587,9 @@ namespace xmloff ...@@ -588,6 +587,9 @@ namespace xmloff
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.12 2001/05/28 14:59:18 fs
* #86712# added control number style related functionality
*
* Revision 1.11 2001/03/20 13:39:58 fs * Revision 1.11 2001/03/20 13:39:58 fs
* #83970# +createOfficeFormsContext * #83970# +createOfficeFormsContext
* *
......
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