diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-04-19 13:17:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-04-19 19:18:51 +0200 |
commit | e2c7a6bd572644b928704f6cb3696b568ac0aba1 (patch) | |
tree | b9f64cf65d77edf2798b03de60d47602ebe95b15 /include/svx/sdtmfitm.hxx | |
parent | fcf776a09a2c5cd692480c8ec4a678e3d04739c9 (diff) |
loplugin::unusedmethods
Change-Id: I6a07860edb13588b83345babeb53675aedc43f7a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150607
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdtmfitm.hxx')
-rw-r--r-- | include/svx/sdtmfitm.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/sdtmfitm.hxx b/include/svx/sdtmfitm.hxx index 23046442bcf9..f2f4e0024ab8 100644 --- a/include/svx/sdtmfitm.hxx +++ b/include/svx/sdtmfitm.hxx @@ -27,11 +27,6 @@ inline SdrMetricItem makeSdrTextMinFrameHeightItem(tools::Long mnHeight) return SdrMetricItem(SDRATTR_TEXT_MINFRAMEHEIGHT, mnHeight); } -inline SdrMetricItem makeSdrTextMaxFrameHeightItem(tools::Long mnHeight) -{ - return SdrMetricItem(SDRATTR_TEXT_MAXFRAMEHEIGHT, mnHeight); -} - inline SdrMetricItem makeSdrTextMinFrameWidthItem(tools::Long mnWidth) { return SdrMetricItem(SDRATTR_TEXT_MINFRAMEWIDTH, mnWidth); |