diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-28 13:27:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-28 21:37:43 +0200 |
commit | c33f08ca36084643e6eed20c18f151cf75045c62 (patch) | |
tree | 9f9936e77ae004ced1fc7fde574b8ee4c85a66d1 /include/drawinglayer | |
parent | 9f46ae1ab572b62af01119dcd473f99184e4760c (diff) |
createPixelProcessor2DFromOutputDevice won't return null
nor will createProcessor2DFromOutputDevice
Change-Id: I1e0359ef2f94eeaf2da9a89d9e9dfb615587d3da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114814
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/drawinglayer')
-rw-r--r-- | include/drawinglayer/processor2d/processor2dtools.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/drawinglayer/processor2d/processor2dtools.hxx b/include/drawinglayer/processor2d/processor2dtools.hxx index 54e725f3b934..86ad2562e711 100644 --- a/include/drawinglayer/processor2d/processor2dtools.hxx +++ b/include/drawinglayer/processor2d/processor2dtools.hxx @@ -39,8 +39,7 @@ namespace drawinglayer::processor2d The ViewInformation to use @return - the created BaseProcessor2D (ownership change) or null if - something went wrong + the created BaseProcessor2D (ownership change) */ DRAWINGLAYER_DLLPUBLIC std::unique_ptr<BaseProcessor2D> createPixelProcessor2DFromOutputDevice( OutputDevice& rTargetOutDev, @@ -58,8 +57,7 @@ namespace drawinglayer::processor2d The ViewInformation to use @return - the created BaseProcessor2D (ownership change) or null if - something went wrong + the created BaseProcessor2D (ownership change) */ DRAWINGLAYER_DLLPUBLIC std::unique_ptr<BaseProcessor2D> createProcessor2DFromOutputDevice( OutputDevice& rTargetOutDev, |