summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/calcmove.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-12 16:07:49 +0200
committerNoel Grandin <noel@peralex.com>2016-05-13 08:34:18 +0200
commit7074b5e4be3954e3650f8fb92c766e0dd7c2a419 (patch)
tree485be4e3c549f7d6d477362cea646edc8383a3aa /sw/source/core/layout/calcmove.cxx
parenta01a492d1089799ee721dc34e421a36c10270215 (diff)
Convert ACT to scoped enum
Change-Id: I68ec79c9c85abcd91da379eecf3ed4331a15861b
Diffstat (limited to 'sw/source/core/layout/calcmove.cxx')
-rw-r--r--sw/source/core/layout/calcmove.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index 969290f47af1..8afb53c748e1 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -707,7 +707,7 @@ size_t SwPageFrame::GetContentHeight(const long nTop, const long nBottom) const
void SwPageFrame::MakeAll(vcl::RenderContext* pRenderContext)
{
- PROTOCOL_ENTER( this, PROT::MakeAll, 0, nullptr )
+ PROTOCOL_ENTER( this, PROT::MakeAll, DbgAction::NONE, nullptr )
const SwRect aOldRect( Frame() ); // Adjust root size
const SwLayNotify aNotify( this ); // takes care of the notification in the dtor
@@ -835,7 +835,7 @@ void SwPageFrame::MakeAll(vcl::RenderContext* pRenderContext)
void SwLayoutFrame::MakeAll(vcl::RenderContext* /*pRenderContext*/)
{
- PROTOCOL_ENTER( this, PROT::MakeAll, 0, nullptr )
+ PROTOCOL_ENTER( this, PROT::MakeAll, DbgAction::NONE, nullptr )
// takes care of the notification in the dtor
const SwLayNotify aNotify( this );
@@ -1107,7 +1107,7 @@ void SwContentFrame::MakeAll(vcl::RenderContext* /*pRenderContext*/)
long nFormatCount = 0;
// - loop prevention
int nConsecutiveFormatsWithoutChange = 0;
- PROTOCOL_ENTER( this, PROT::MakeAll, 0, nullptr )
+ PROTOCOL_ENTER( this, PROT::MakeAll, DbgAction::NONE, nullptr )
#ifdef DBG_UTIL
const SwDoc *pDoc = GetAttrSet()->GetDoc();