summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app/saldata.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-10-29 10:26:13 +0000
committerRüdiger Timm <rt@openoffice.org>2008-10-29 10:26:13 +0000
commit4f976ce5f5ca31a3c6092891ff6b78ccfc415a19 (patch)
treec6583a1524bc480f632fe85c02351477e694fd47 /vcl/aqua/source/app/saldata.cxx
parent011bcd1ea1e8ce10f6b9946d8d44d05a59387b8c (diff)
CWS-TOOLING: integrate CWS appleremote01
Diffstat (limited to 'vcl/aqua/source/app/saldata.cxx')
-rw-r--r--vcl/aqua/source/app/saldata.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/aqua/source/app/saldata.cxx b/vcl/aqua/source/app/saldata.cxx
index c8339fdc3082..b5092126790b 100644
--- a/vcl/aqua/source/app/saldata.cxx
+++ b/vcl/aqua/source/app/saldata.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: saldata.cxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.13.64.3 $
*
* This file is part of OpenOffice.org.
*
@@ -34,6 +34,7 @@
#include "saldata.hxx"
#include "salnsmenu.h"
#include "salinst.h"
+#import "apple_remote/RemoteMainController.h"
oslThreadKey SalData::s_aAutoReleaseKey = 0;
@@ -59,6 +60,7 @@ SalData::SalData()
maCursors( POINTER_COUNT, INVALID_CURSOR_PTR ),
mbIsScrollbarDoubleMax( false ),
mnSystemVersion( VER_TIGER ),
+ mpMainController( NULL ),
mbIsTestTool( false )
{
if( s_aAutoReleaseKey == 0 )
@@ -91,6 +93,8 @@ SalData::~SalData()
osl_destroyThreadKey( s_aAutoReleaseKey );
s_aAutoReleaseKey = NULL;
}
+ if ( mpMainController )
+ [mpMainController release];
}
void SalData::ensureThreadAutoreleasePool()