From 6e88e4edfba146f6163e7a1173dbd4644b21432e Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 11 Mar 2022 08:49:17 +0100 Subject: make svx::frame::Style ctor inline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ScDocument: :FillInfo() may result in calling it often. Change-Id: I05d0582befc57c4959c33fae6dec3d340b8a49ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131338 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- svx/source/dialog/framelink.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svx') diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx index 6400eb33d8b0..77098bd3e80d 100644 --- a/svx/source/dialog/framelink.cxx +++ b/svx/source/dialog/framelink.cxx @@ -31,11 +31,6 @@ using namespace editeng; namespace svx::frame { -Style::Style() -{ - Clear(); -} - Style::Style( double nP, double nD, double nS, SvxBorderLineStyle nType, double fScale ) { Clear(); -- cgit