summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-12-15 20:54:57 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-12-27 16:51:28 +0100
commit801801bbca4db5b568bb947a29326b7b018a48fa (patch)
tree7329c428a179d3ed155c7223e79bd793335a89ae /sw
parentc49e160c7ca779af5b5719f4d64dfc6dad6dc2f5 (diff)
Whitespace cleanups
Change-Id: I18e7323297ef840c8a8547299450dcb93221b85e
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/frmtool.cxx2
-rw-r--r--sw/source/uibase/app/apphdl.cxx16
2 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 34b6af63b457..844b65241e59 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -3269,7 +3269,7 @@ void SwFrameHolder::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint);
if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DYING && &rBC == pFrame )
{
- pFrame = nullptr;
+ pFrame = nullptr;
}
}
diff --git a/sw/source/uibase/app/apphdl.cxx b/sw/source/uibase/app/apphdl.cxx
index e4e34c9177fc..127fea2ebb58 100644
--- a/sw/source/uibase/app/apphdl.cxx
+++ b/sw/source/uibase/app/apphdl.cxx
@@ -749,16 +749,16 @@ void SwModule::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
if (static_cast<const SfxSimpleHint&>(rHint).GetId() == SFX_HINT_DEINITIALIZING)
{
DELETEZ(m_pWebUsrPref);
- DELETEZ(m_pUsrPref) ;
+ DELETEZ(m_pUsrPref);
DELETEZ(m_pModuleConfig);
- DELETEZ(m_pPrintOptions) ;
- DELETEZ(m_pWebPrintOptions) ;
+ DELETEZ(m_pPrintOptions);
+ DELETEZ(m_pWebPrintOptions);
DELETEZ(m_pChapterNumRules);
- DELETEZ(m_pStdFontConfig) ;
- DELETEZ(m_pNavigationConfig) ;
- DELETEZ(m_pToolbarConfig) ;
- DELETEZ(m_pWebToolbarConfig) ;
- DELETEZ(m_pAuthorNames) ;
+ DELETEZ(m_pStdFontConfig);
+ DELETEZ(m_pNavigationConfig);
+ DELETEZ(m_pToolbarConfig);
+ DELETEZ(m_pWebToolbarConfig);
+ DELETEZ(m_pAuthorNames);
DELETEZ(m_pDBConfig);
if( m_pColorConfig )
{