summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-02-10 14:12:37 +0100
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-02-10 14:12:37 +0100
commit320a65cdff355760da860f5f55689056d39089d6 (patch)
tree90ff63e6fea5ab65731b32a47e4f4f618378209f /sd
parent60529f64bbb51ba27f875f335ec0d569049cbd72 (diff)
aw079: correction linux build
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 3298dd8c1832..f8086e861a9b 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -1921,7 +1921,9 @@ void SdPage::ScaleObjects(const Size& rNewPageSize, const Rectangle& rNewBorderR
if (pObj)
{
+#ifndef NEWPBG
USHORT nIndexBackground = 0;
+#endif
// #88084# remember aTopLeft as original TopLeft
Point aTopLeft(pObj->GetCurrentBoundRect().TopLeft());