diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-10-03 11:14:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-10-03 21:31:44 +0200 |
commit | e5d59895ef3897141e5df304a8f98776aa70f021 (patch) | |
tree | 0cee35b8d57eace4b23f1ed454665b2277add5bf /include | |
parent | 5a1c668747f3495ddc7567ae95f2145663565647 (diff) |
tdf#151262 drop subpixel->logic pos asserts
which have served their bootstrapping purpose
Change-Id: I04b832fde21e4932ed191d972737bee97510f53a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140903
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 | ||||
-rw-r--r-- | include/vcl/vcllayout.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 928f49c3d614..b1b47d60c1a0 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1709,7 +1709,7 @@ public: SAL_DLLPRIVATE tools::Long ImplLogicHeightToDevicePixel( tools::Long nHeight ) const; SAL_DLLPRIVATE double ImplLogicHeightToDeviceSubPixel(tools::Long nHeight) const; - SAL_DLLPRIVATE Point SubPixelToLogic(const DevicePoint& rDevicePt, bool bCheck) const; + SAL_DLLPRIVATE Point SubPixelToLogic(const DevicePoint& rDevicePt) const; /** Convert device pixels to a width in logical units. diff --git a/include/vcl/vcllayout.hxx b/include/vcl/vcllayout.hxx index 07918325c1a6..b76c789fb16b 100644 --- a/include/vcl/vcllayout.hxx +++ b/include/vcl/vcllayout.hxx @@ -108,8 +108,6 @@ public: virtual SalLayoutGlyphs GetGlyphs() const; - virtual bool IsMultiSalLayout() const; - protected: // used by layout engines SalLayout(); |