diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:28:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:28:00 +0000 |
commit | 1c2cc109a5d08ce3285adea23b4c1a72b8df91d3 (patch) | |
tree | 7878660fe3e8a551e14dbe9c6cbeb8ad99ed4e3e /vcl/aqua | |
parent | ad868684cadd278859f1beeb839045f4de5adaec (diff) |
INTEGRATION: CWS aquaupdateicon (1.22.42); FILE MERGED
2008/07/31 13:55:06 pl 1.22.42.1: #i92043# refactor for tiger, which has problems with NSStatusItems at exit, so use one and only one
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/inc/saldata.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/aqua/inc/saldata.hxx b/vcl/aqua/inc/saldata.hxx index 8b1d677c4465..1d684ac113e8 100644 --- a/vcl/aqua/inc/saldata.hxx +++ b/vcl/aqua/inc/saldata.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: saldata.hxx,v $ - * $Revision: 1.22 $ + * $Revision: 1.23 $ * * This file is part of OpenOffice.org. * @@ -88,6 +88,8 @@ struct SalData SalVirtualDevice *mpFirstVD; // first VirDev SalPrinter *mpFirstPrinter; // first printing printer SystemFontList *mpFontList; + NSStatusItem* mpStatusItem; // one status item that draws all our stati + // at the moment this is only one add menu button CGColorSpaceRef mxRGBSpace; CGColorSpaceRef mxGraySpace; @@ -108,6 +110,8 @@ struct SalData static void ensureThreadAutoreleasePool(); static void drainThreadAutoreleasePool(); + + static NSStatusItem* getStatusItem(); }; inline void SetSalData( SalData* pData ) { ImplGetSVData()->mpSalData = (void*)pData; } |