diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-25 14:49:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-25 14:59:07 +0000 |
commit | 9bc5d4cdf010091406091875e6c45d975ebc9708 (patch) | |
tree | 9c4230d1057242147f5b136de847b1df61cd7117 /sw/source/uibase/app/swdllimpl.hxx | |
parent | 2a0ad98ba798a280de649e17fb7212f6b4077917 (diff) |
re org things a little to quieten coverity warnings
Change-Id: I3bf0840f6428ee8cefd424a486cc2f5fcfda290f
Diffstat (limited to 'sw/source/uibase/app/swdllimpl.hxx')
-rw-r--r-- | sw/source/uibase/app/swdllimpl.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/uibase/app/swdllimpl.hxx b/sw/source/uibase/app/swdllimpl.hxx index 57a34bed2c81..8f6707fe7b26 100644 --- a/sw/source/uibase/app/swdllimpl.hxx +++ b/sw/source/uibase/app/swdllimpl.hxx @@ -16,6 +16,8 @@ namespace sw { class Filters; } +class SvxAutoCorrCfg; + class SwDLL { public: @@ -33,6 +35,7 @@ private: SwDLL& operator=(SwDLL const&) = delete; std::unique_ptr< sw::Filters > filters_; + SvxAutoCorrCfg *m_pAutoCorrCfg; }; #endif |