diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-05-30 06:59:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-05-30 06:59:14 +0000 |
commit | 4f66aeebda2f395b70a5e333ff8d315573e2233e (patch) | |
tree | 3abf07112758eed5d834c7ff5ca4ad864c501598 /vcl/aqua/source/app/saldata.cxx | |
parent | a3c9b7383eae5410544b5a7906fc7a77e0ce12e5 (diff) |
INTEGRATION: CWS aquavcl07 (1.11.4); FILE MERGED
2008/05/19 11:33:02 pl 1.11.4.1: switch off native menus for testtool
Diffstat (limited to 'vcl/aqua/source/app/saldata.cxx')
-rw-r--r-- | vcl/aqua/source/app/saldata.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/aqua/source/app/saldata.cxx b/vcl/aqua/source/app/saldata.cxx index bc08f6de49eb..e7ef18823b4c 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.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -52,7 +52,8 @@ SalData::SalData() mxRGBSpace( CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB) ), mxGraySpace( CGColorSpaceCreateWithName(kCGColorSpaceGenericGray) ), maCursors( POINTER_COUNT, INVALID_CURSOR_PTR ), - mbIsScrollbarDoubleMax( false ) + mbIsScrollbarDoubleMax( false ), + mbIsTestTool( false ) { if( s_aAutoReleaseKey == 0 ) s_aAutoReleaseKey = osl_createThreadKey( releasePool ); |