summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorخالد حسني <khaled@aliftype.com>2022-11-21 15:01:39 +0100
committerخالد حسني <khaled@aliftype.com>2022-11-21 19:58:22 +0100
commit1ff2f5fa2d8c353b0cad28317a696c2ba9a4aab5 (patch)
treef37182e9ff97df7a0e72625e26c280003e51cc92 /include
parent4beea25b0797fe9c9acf05e9e4ef926d0726582a (diff)
Revert "vcl: test getting glyph boundary rect from LogicalFontInstance"
This reverts commit 0cef06f0a2c0963e8c1579b78975710e6af4471c. Reason for revert: https://gerrit.libreoffice.org/c/core/+/141234/comments/89325e55_2271cfe8 > Stephan Bergmann: > > I saw the unrelated <https://gerrit.libreoffice.org/c/core/+/143026/1> fail its Jenkins <https://ci.libreoffice.org/job/gerrit_windows/140750/> build on tb88-win with > > C:/cygwin64/home/tdf/jenkins/workspace/gerrit_windows/vcl/qa/cppunit/logicalfontinstance.cxx(53) : error : Assertion > Test name: VclLogicalFontInstanceTest::testglyphboundrect > equality assertion failed > - Expected: 51x82@(7,-80) > - Actual : 50x82@(7,-80) Change-Id: Idc4132adbaf0b051dcf955f3f1e7c44841c60117 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142928 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index b4fdd82e1ab9..14c1675e7eed 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1176,7 +1176,7 @@ public:
//If bNewFontLists is true then drop and refetch lists of system fonts
SAL_DLLPRIVATE static void ImplUpdateAllFontData( bool bNewFontLists );
- const LogicalFontInstance* GetFontInstance() const;
+ SAL_DLLPRIVATE const LogicalFontInstance* GetFontInstance() const;
protected:
SAL_DLLPRIVATE tools::Long GetEmphasisAscent() const { return mnEmphasisAscent; }