summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appdata.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 11:18:55 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 13:30:54 +0200
commit1aa29c829121d19548143a0e3b97b061c72afb3a (patch)
treedf820da9f8a256281cd96c6994e4549018a01f6d /sfx2/source/appl/appdata.cxx
parent990691b144c1292f0263e0a8b8704b0ccbd7a168 (diff)
loplugin:unusedfields in sfx2/
Change-Id: Id0d81901501683001107677c5573450c857ad094
Diffstat (limited to 'sfx2/source/appl/appdata.cxx')
-rw-r--r--sfx2/source/appl/appdata.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx
index b2635fca95f0..77e6a9571aec 100644
--- a/sfx2/source/appl/appdata.cxx
+++ b/sfx2/source/appl/appdata.cxx
@@ -102,8 +102,6 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* )
, pAppDispatch(nullptr)
, pTemplates( nullptr )
, pPool(nullptr)
- , pSaveOptions( nullptr )
- , pHelpOptions( nullptr )
, pProgress(nullptr)
, nDocModalMode(0)
, nAutoTabPageId(0)
@@ -116,20 +114,15 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* )
, pViewFrames(nullptr)
, pViewShells(nullptr)
, pObjShells(nullptr)
- , pSfxResManager(nullptr)
, pBasicManager( new SfxBasicManagerHolder )
, pBasMgrListener( new SfxBasicManagerCreationListener( *this ) )
, pViewFrame( nullptr )
, pSlotPool( nullptr )
, pAppDispat( nullptr )
, pInterfaces( nullptr )
- , nDocNo(0)
, nInterfaces( 0 )
- , bDispatcherLocked( false )
, bDowning( true )
, bInQuit( false )
- , bInvalidateOnUnlock( false )
- , bODFVersionWarningLater( false )
{
#if HAVE_FEATURE_SCRIPTING