[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - desktop/source
Andras Timar
andras.timar at collabora.com
Wed Sep 6 19:31:50 UTC 2017
desktop/source/lib/init.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e80c53e20845e0ffcdbd890bd0c3730c15dff42
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Sep 6 21:25:02 2017 +0200
build fix
Change-Id: Ic364e27f8ad4996ae1756ec57222cf37fd7ca814
(cherry picked from commit a1ab6d4ec05c5d091db6f3f1ebafe38438efc5ba)
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 174649ec6072..45fca4fdc8d3 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2927,7 +2927,7 @@ unsigned char* doc_renderFont(LibreOfficeKitDocument* /*pThis*/,
aDevice->SetFont(aFont);
}
- aRect = tools::Rectangle(0, 0, *pFontWidth, *pFontHeight);
+ aRect = Rectangle(0, 0, *pFontWidth, *pFontHeight);
nFontWidth = *pFontWidth;
nFontHeight = *pFontHeight;
More information about the Libreoffice-commits
mailing list