diff options
author | Release Engineers <releng@openoffice.org> | 2009-06-22 13:50:27 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-06-22 13:50:27 +0000 |
commit | 354758101eeb9d57be2680c692aaac790ed0076e (patch) | |
tree | 9c92f93742c276850c90a9b52cd360795800e055 /sd/source/ui/unoidl/unopback.cxx | |
parent | 395da34181995fe664fcb668d89f9d072802576e (diff) |
#i10000# one } to much
Diffstat (limited to 'sd/source/ui/unoidl/unopback.cxx')
-rw-r--r-- | sd/source/ui/unoidl/unopback.cxx | 5 |
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; } } |