diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-06-22 01:01:26 +0000 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-06-22 05:56:33 +0200 |
commit | 3f8c4a59e9d98df86296dfd00d366523701e2c59 (patch) | |
tree | 58cd186932d5ba9dd4ab62767415abd852ebfd5e /include/vcl | |
parent | fc938b4310a8f5fcc8ee2846acfeb6f6d818b9f5 (diff) |
VCL move comment to the right function
Regression from commit da8aa9385153 ("VCL: Reorganize and rename
wallpaper functions").
Change-Id: I6a992c98c4e5657848ebbca946d5eddca4aa7161
Reviewed-on: https://gerrit.libreoffice.org/74549
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index fc52c7890b48..d51546bd974a 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1303,6 +1303,7 @@ public: sal_Int32 nIndex, sal_Int32 nLen, const long* pDXAry ) const; + // tells whether this output device is RTL in an LTR UI or LTR in a RTL UI SAL_DLLPRIVATE bool ImplIsAntiparallel() const ; SAL_DLLPRIVATE void ReMirror( Point &rPoint ) const; SAL_DLLPRIVATE void ReMirror( tools::Rectangle &rRect ) const; @@ -1321,7 +1322,6 @@ public: vcl::TextLayoutCache const* = nullptr) const; SAL_DLLPRIVATE std::unique_ptr<SalLayout> ImplGlyphFallbackLayout( std::unique_ptr<SalLayout>, ImplLayoutArgs& ) const; - // tells whether this output device is RTL in an LTR UI or LTR in a RTL UI SAL_DLLPRIVATE std::unique_ptr<SalLayout> getFallbackLayout( LogicalFontInstance* pLogicalFont, int nFallbackLevel, |