Kaydet (Commit) c8f15a76 authored tarafından Caolán McNamara's avatar Caolán McNamara

call FreeResource like the other RoadmapWizard users

üst 17d933c9
...@@ -135,6 +135,11 @@ namespace abp ...@@ -135,6 +135,11 @@ namespace abp
typeSelectionChanged( m_aSettings.eType ); typeSelectionChanged( m_aSettings.eType );
} }
OAddessBookSourcePilot::~OAddessBookSourcePilot()
{
FreeResource();
}
//--------------------------------------------------------------------- //---------------------------------------------------------------------
String OAddessBookSourcePilot::getStateDisplayName( WizardState _nState ) const String OAddessBookSourcePilot::getStateDisplayName( WizardState _nState ) const
{ {
......
...@@ -59,6 +59,8 @@ namespace abp ...@@ -59,6 +59,8 @@ namespace abp
OAddessBookSourcePilot( OAddessBookSourcePilot(
Window* _pParent, Window* _pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB); const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB);
/// dtor
~OAddessBookSourcePilot();
/// get the service factory which was used to create the dialog /// get the service factory which was used to create the dialog
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
......
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