diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-04-27 13:30:46 +0200 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-04-27 13:30:46 +0200 |
commit | b11f2df4d42f03c896b09b5c93ca4fcb63a407b9 (patch) | |
tree | 4a8bffc4f78e230ee71be906dfda9ece39df561f /vcl/inc | |
parent | 61604da6e03327792dded05f18afd8cae35cf8c1 (diff) |
#i107213# notify a11y api if a toolbar popup window is opened
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/window.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx index 3d1cc91ee468..66f67ec4ac92 100644 --- a/vcl/inc/vcl/window.hxx +++ b/vcl/inc/vcl/window.hxx @@ -124,6 +124,8 @@ namespace dnd { namespace vcl { struct ControlLayoutData; } +namespace svt { class PopupWindowControllerImpl; } + // --------------- // - WindowTypes - // --------------- @@ -362,6 +364,8 @@ class VCL_DLLPUBLIC Window : public OutputDevice friend class ImplPopupFloatWin; friend class MenuFloatingWindow; + friend class svt::PopupWindowControllerImpl; + private: // NOTE: to remove many dependencies of other modules // to this central file, all members are now hidden |