summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-24 10:58:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-24 11:00:48 +0000
commit0b67b1229a92adf68b614fe53f84bb19780553bf (patch)
tree3a6e75e41f569b9ad21413b19fb6e34c11908ba9 /sd/qa
parent9c2884ae4bf6db13334a1d8301721c27f0b889f7 (diff)
fix tb71 build
after commit 7916487cf4d9603cdbe4c7ffbe9bb3f28b51ce4e "convert ViewShellId to o3tl::strong_int" Change-Id: Ie7b8ac51a94c3b9e6d39e397aa3dd5cb42acc6d0 Reviewed-on: https://gerrit.libreoffice.org/35623 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 4e99d3498006..ca40ef641a99 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -54,7 +54,7 @@ static const char* const DATA_DIRECTORY = "/sd/qa/unit/tiledrendering/data/";
static std::ostream& operator<<(std::ostream& os, ViewShellId id)
{
- os << (int)id; return os;
+ os << (sal_Int32)id; return os;
}
class SdTiledRenderingTest : public SdModelTestBase, public XmlTestTools