diff options
author | Release Engineering <releng@openoffice.org> | 2010-03-04 13:38:09 +0100 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2010-03-04 13:38:09 +0100 |
commit | 9792aee99e3b02fec28389c6bbbd4d4bd0dc5de4 (patch) | |
tree | 8ecac55ac13b7d0487d0f7145de69b98b30ca347 | |
parent | d571462d70a5de874e9a04f22834344475a5420f (diff) |
#i109670# missing include added
-rw-r--r-- | framework/source/classes/addonmenu.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/classes/addonmenu.cxx b/framework/source/classes/addonmenu.cxx index c7c9b56138..7105da2d68 100644 --- a/framework/source/classes/addonmenu.cxx +++ b/framework/source/classes/addonmenu.cxx @@ -52,7 +52,7 @@ #include <tools/config.hxx> #include <vcl/svapp.hxx> #include <svtools/menuoptions.hxx> - +#include <svl/solar.hrc> //_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ @@ -64,7 +64,6 @@ using namespace ::com::sun::star::beans; // Please look at sfx2/inc/sfxsids.hrc the values are defined there. Due to build dependencies // we cannot include the header file. -const USHORT SID_SFX_START = 5000; const USHORT SID_HELPMENU = (SID_SFX_START + 410); const USHORT SID_ONLINE_REGISTRATION = (SID_SFX_START + 1537); |