diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-23 11:18:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-23 13:30:54 +0200 |
commit | 1aa29c829121d19548143a0e3b97b061c72afb3a (patch) | |
tree | df820da9f8a256281cd96c6994e4549018a01f6d /sfx2/source/inc/objshimp.hxx | |
parent | 990691b144c1292f0263e0a8b8704b0ccbd7a168 (diff) |
loplugin:unusedfields in sfx2/
Change-Id: Id0d81901501683001107677c5573450c857ad094
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index 6e2f568d28e5..a6310037d760 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -78,7 +78,6 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess bBasicInitialized :1, bIsPrintJobCancelable :1, // Stampit disable/enable cancel button for print jobs ... default = true = enable! bOwnsStorage:1, - bNoBaseURL:1, bInitialized:1, bSignatureErrorIsShown:1, bModelInitialized:1, // whether the related model is initialized @@ -107,12 +106,11 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess bool bRunningMacro; bool bReloadAvailable; sal_uInt16 nAutoLoadLocks; - SfxModule* pModule; - SfxObjectShellFlags eFlags; + SfxObjectShellFlags eFlags; bool bReadOnlyUI; tools::SvRef<SvRefBase> xHeaderAttributes; ::rtl::Reference< SfxBaseModel > - pBaseModel; + pBaseModel; sal_uInt16 nStyleFilter; bool bDisposing; |