summaryrefslogtreecommitdiff
path: root/sc/source/core/data/attrib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/attrib.cxx')
-rw-r--r--sc/source/core/data/attrib.cxx2
1 files changed, 1 insertions, 1 deletions
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