summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appquit.cxx2
-rw-r--r--sfx2/source/doc/objxtor.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index 76474457f84c..77e27606f8ee 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -90,7 +90,7 @@ void SfxApplication::Deinitialize()
#if HAVE_FEATURE_SCRIPTING
BasicManagerRepository::resetApplicationBasicManager();
- pImpl->pBasicManager->reset( nullptr );
+ pImpl->pBasicManager->reset(nullptr);
// this will also delete pBasMgr
#endif
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 4bf33375a479..dc99a84414a8 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -316,7 +316,7 @@ SfxObjectShell::~SfxObjectShell()
pSfxApp->ReleaseIndex(pImpl->nVisualDocumentNumber);
// Destroy Basic-Manager
- pImpl->aBasicManager.reset( nullptr );
+ pImpl->aBasicManager.reset(nullptr);
if ( pSfxApp && pSfxApp->GetDdeService() )
pSfxApp->RemoveDdeTopic( this );