diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-03-11 08:49:17 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-03-11 15:37:13 +0100 |
commit | 6e88e4edfba146f6163e7a1173dbd4644b21432e (patch) | |
tree | 6a29ac94ba346adca83036e5a1383b9967cc1ac8 /svx/source/dialog/framelink.cxx | |
parent | 916421d72528f99d48af29eeaf92a5a6bb33bfd9 (diff) |
make svx::frame::Style ctor inline
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 <l.lunak@collabora.com>
Diffstat (limited to 'svx/source/dialog/framelink.cxx')
-rw-r--r-- | svx/source/dialog/framelink.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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(); |