Kaydet (Commit) 8db814fc authored tarafından Caolán McNamara's avatar Caolán McNamara

make this a singleton that dtors on desktop::termination

üst 3b50e313
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp> #include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
#include <editeng/forbiddencharacterstable.hxx> #include <editeng/forbiddencharacterstable.hxx>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <comphelper/scoped_disposing_ptr.hxx>
class SfxPoolItem; class SfxPoolItem;
...@@ -40,8 +41,8 @@ class GlobalEditData ...@@ -40,8 +41,8 @@ class GlobalEditData
private: private:
::com::sun::star::uno::Reference< ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XLanguageGuessing > xLanguageGuesser; ::com::sun::star::linguistic2::XLanguageGuessing > xLanguageGuesser;
comphelper::scoped_disposing_solar_mutex_reset_ptr<OutputDevice> m_aStdRefDevice;
SfxPoolItem** ppDefItems; SfxPoolItem** ppDefItems;
OutputDevice* pStdRefDevice;
rtl::Reference<SvxForbiddenCharactersTable> xForbiddenCharsTable; rtl::Reference<SvxForbiddenCharactersTable> xForbiddenCharsTable;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment