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-04-14 10:16:29 +0200 |
commit | f61c4b9eb55ecf7d354c58d2ca4753ee33d69f77 (patch) | |
tree | 2b71b896a98df57082e924158e1141c72939b2bf /svx/source | |
parent | 8113cc4aac983d0b04df765efa630d1f8c9dbace (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')
-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(); |