summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-06-22 13:50:27 +0000
committerRelease Engineers <releng@openoffice.org>2009-06-22 13:50:27 +0000
commit354758101eeb9d57be2680c692aaac790ed0076e (patch)
tree9c92f93742c276850c90a9b52cd360795800e055
parent395da34181995fe664fcb668d89f9d072802576e (diff)
#i10000# one } to much
-rw-r--r--sd/source/ui/unoidl/unopback.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/unoidl/unopback.cxx b/sd/source/ui/unoidl/unopback.cxx
index c224e9bf4db2..560354909185 100644
--- a/sd/source/ui/unoidl/unopback.cxx
+++ b/sd/source/ui/unoidl/unopback.cxx
@@ -192,13 +192,12 @@ void SdUnoPageBackground::fillItemSet( SdDrawDocument* pDoc, SfxItemSet& rSet )
default:
setPropertyValue( aPropertyName, *pAny );
- }
}
+ }
else
setPropertyValue( aIt->sName, *pAny );
- }
- ++aIt;
}
+ ++aIt;
}
}