diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 10:12:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 13:15:21 +0200 |
commit | 104847ed014e95a915d314de7091c7d572eade67 (patch) | |
tree | 64c39309a1af6e0ed3587716010124f9e6a71d24 /vcl/inc | |
parent | 6eee0843d4b354b849a21e6cb0978936d5f4dd01 (diff) |
simplify ApplyDXArray method params
pass only the required data to it
Change-Id: I849780371b71d3620dc36681453f5dbe1527b7bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121577
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index 93d4b02d7dc8..701be24a5e3e 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -200,7 +200,7 @@ private: GenericSalLayout( const GenericSalLayout& ) = delete; GenericSalLayout& operator=( const GenericSalLayout& ) = delete; - void ApplyDXArray(const ImplLayoutArgs&); + void ApplyDXArray(const DeviceCoordinate*, SalLayoutFlags nLayoutFlags); void Justify(DeviceCoordinate nNewWidth); void ApplyAsianKerning(const OUString& rStr); |