diff options
Diffstat (limited to 'include/vcl/helper.hxx')
-rw-r--r-- | include/vcl/helper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/helper.hxx b/include/vcl/helper.hxx index cc368dd4b0da..49c4197958a2 100644 --- a/include/vcl/helper.hxx +++ b/include/vcl/helper.hxx @@ -23,6 +23,7 @@ #include <list> #include <vcl/dllapi.h> +#include <vcl/vclevent.hxx> #include <rtl/ustring.hxx> @@ -54,6 +55,8 @@ enum whichOfficePath { InstallationRootPath, UserPath, ConfigPath }; OUString VCL_DLLPUBLIC getOfficePath( enum whichOfficePath ePath ); } // namespace + +bool VCL_DLLPUBLIC GetMenuInvalidateListeners(); #endif // INCLUDED_VCL_HELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |