summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-12 15:41:34 +0200
committerNoel Grandin <noel@peralex.com>2016-05-13 08:34:18 +0200
commita01a492d1089799ee721dc34e421a36c10270215 (patch)
tree9c5583ef637ff6bc8280703696b623a15ed06c11 /sw/source/core/layout/tabfrm.cxx
parent383e00bde033981eacdfc45ee6d1a9e0c4b030ef (diff)
convert PROT to scoped enum
Change-Id: I7aaa5c45a224d2f97861864bed00eaddb9b7f317
Diffstat (limited to 'sw/source/core/layout/tabfrm.cxx')
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index e87418fc6a6e..21b5bc881050 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -1745,7 +1745,7 @@ void SwTabFrame::MakeAll(vcl::RenderContext* pRenderContext)
return;
}
- PROTOCOL_ENTER( this, PROT_MAKEALL, 0, nullptr )
+ PROTOCOL_ENTER( this, PROT::MakeAll, 0, nullptr )
LockJoin(); //I don't want to be destroyed on the way.
SwLayNotify aNotify( this ); //does the notification in the DTor