From 2116f1d7932aa778afb14daf9cf5cd3df7b05fc1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 9 Oct 2018 08:58:19 +0100 Subject: add some more pluralized form examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7163577fb43f28c8c9c138ebf3a9d36586247a32 Reviewed-on: https://gerrit.libreoffice.org/61587 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/source/core/data/attrib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/core/data/attrib.cxx') diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx index a537eb4e0250..769f9722725b 100644 --- a/sc/source/core/data/attrib.cxx +++ b/sc/source/core/data/attrib.cxx @@ -637,7 +637,7 @@ void lclAppendScalePageCount( OUString& rText, sal_uInt16 nPages ) rText += ": "; if( nPages ) { - OUString aPages( ScResId( STR_SCATTR_PAGE_SCALE_PAGES ) ); + OUString aPages(ScResId(STR_SCATTR_PAGE_SCALE_PAGES, nPages)); rText += aPages.replaceFirst( "%1", OUString::number( nPages ) ); } else -- cgit v1.2.3