diff options
author | Release Engineering <releng@openoffice.org> | 2010-02-01 14:17:38 +0100 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2010-02-01 14:17:38 +0100 |
commit | 055bc5c7f48cd556d256dedc32671f60ad30ccf4 (patch) | |
tree | ebd15589675c41278377039c1e861a2a6d67d8e5 | |
parent | cc65d4ac872210855dce22632cdd7a1999914b6a (diff) |
#i10000# reenabled missing include
Notes
split repo tag: components_ooo/DEV300_m71
-rw-r--r-- | accessibility/source/helper/acc_factory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/helper/acc_factory.cxx b/accessibility/source/helper/acc_factory.cxx index 91476bc42863..e1e8eae2ac78 100644 --- a/accessibility/source/helper/acc_factory.cxx +++ b/accessibility/source/helper/acc_factory.cxx @@ -74,7 +74,7 @@ #include <vcl/combobox.hxx> #include <accessibility/extended/AccessibleGridControl.hxx> #include <svtools/accessibletable.hxx> -//#include "vcl/popupmenuwindow.hxx" +#include "vcl/popupmenuwindow.hxx" #include <floatingwindowaccessible.hxx> |