diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 15:33:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 16:06:54 +0100 |
commit | a4feeebd3780d59605ba6b4c266226c6841d043b (patch) | |
tree | 5955aed3248b287fd682adcaeab7e1e59f149008 /sfx2 | |
parent | c694be016923d6ed3763e001d509a6f720dc1ee9 (diff) |
refactor ImpSvtData
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appquit.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index b78b30e6e0ac..a4edf3af18b3 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -62,6 +62,7 @@ #include <sfx2/docfac.hxx> #include "appbaslib.hxx" #include <basic/basicmanagerrepository.hxx> +#include <svtools/svtresid.hxx> using ::basic::BasicManagerRepository; @@ -138,6 +139,7 @@ void SfxApplication::Deinitialize() // free administration managers DELETEZ(pAppData_Impl->pAppDispat); SfxResId::DeleteResMgr(); + SvtResId::DeleteResMgr(); DELETEZ(pAppData_Impl->pOfaResMgr); // from here no SvObjects have to exists diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index fc9bf30fb193..d1f066ef0995 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -93,7 +93,7 @@ #include <svtools/menuoptions.hxx> #include <unotools/pathoptions.hxx> #include <unotools/viewoptions.hxx> -#include <svtools/svtdata.hxx> +#include <svtools/svtresid.hxx> #include <tools/urlobj.hxx> #include <unotools/streamhelper.hxx> #include <svtools/imagemgr.hxx> diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 531f7d128c15..278f6f9b29cf 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -91,7 +91,7 @@ #include <svtools/asynclink.hxx> #include <svl/sharecontrolfile.hxx> #include <svtools/svtools.hrc> -#include <svtools/svtdata.hxx> +#include <svtools/svtresid.hxx> #include <framework/framelistanalyzer.hxx> #include <boost/optional.hpp> |