From 35fa0a7369d6ba3a051923c4f813107c16d2c617 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Aug 2021 09:59:43 +0200 Subject: reduce cost of dynamic casting to SwFlyFrame which is often hot on doing document layout Change-Id: Ie78b6a6da4dba38b4ab682f4e1b9d86cc8171918 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120938 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/core/inc/frame.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/core/inc/frame.hxx') diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx index 65936fb9bce3..a6504b25cdc0 100644 --- a/sw/source/core/inc/frame.hxx +++ b/sw/source/core/inc/frame.hxx @@ -1,4 +1,5 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * -- cgit