[Libreoffice-commits] core.git: include/vcl
Jan-Marek Glogowski (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 22 03:57:13 UTC 2019
include/vcl/outdev.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3f8c4a59e9d98df86296dfd00d366523701e2c59
Author: Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Sat Jun 22 01:01:26 2019 +0000
Commit: Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Sat Jun 22 05:56:33 2019 +0200
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 at fbihome.de>
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,
More information about the Libreoffice-commits
mailing list