From ec02714d6cd5be67d03e333efddb42ab572cae77 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Jan 2018 13:21:59 +0200 Subject: loplugin:unused-returns in drawinglayer..svx Change-Id: I033a78cc7fe7d8e5086f1c855c4aa371cc98dc7c Reviewed-on: https://gerrit.libreoffice.org/48400 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/i18nutil/paper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/i18nutil/paper.hxx') diff --git a/include/i18nutil/paper.hxx b/include/i18nutil/paper.hxx index cbd13a56c818..75f77de05401 100644 --- a/include/i18nutil/paper.hxx +++ b/include/i18nutil/paper.hxx @@ -128,7 +128,7 @@ public: long getWidth() const { return m_nPaperWidth; } long getHeight() const { return m_nPaperHeight; } bool sloppyEqual(const PaperInfo &rOther) const; - bool doSloppyFit(); + void doSloppyFit(); static PaperInfo getSystemDefaultPaper(); static PaperInfo getDefaultPaperForLocale(const css::lang::Locale & rLocale); -- cgit