summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-09-06 21:25:02 +0200
committerAndras Timar <andras.timar@collabora.com>2017-09-06 21:31:22 +0200
commit4e80c53e20845e0ffcdbd890bd0c3730c15dff42 (patch)
tree7b2c601f426d8e1d7e61a7f48ed53c7bc8af9b5c /desktop
parent8d2c21e31220540af83665b5e8ad2d9b66be6b3e (diff)
build fix
Change-Id: Ic364e27f8ad4996ae1756ec57222cf37fd7ca814 (cherry picked from commit a1ab6d4ec05c5d091db6f3f1ebafe38438efc5ba)
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 1 insertions, 1 deletions
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;