summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-03-26 12:46:25 +0000
committerJavier Fernandez <jfernandez@igalia.com>2013-04-11 13:16:09 +0000
commit84ef5588593f59972486df2189272b99da6142ea (patch)
tree7f5b107903cdb0f8fe8e69975773c10c015b89eb
parent26ceca4ccf09f4959e02f6d7b58795153dab0c89 (diff)
WWD_Events: Asigning the settings to the new added document.
Change-Id: Ideaac40f49a78ecaa72648d2f64ffe7747a6ede1
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py b/wizards/com/sun/star/wizards/web/WWD_Events.py
index 8db00930bdd3..309c11e8dea7 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.py
@@ -956,6 +956,7 @@ class WWD_Events(WWD_Startup):
for i in range(start, len(self.files)):
doc = CGDocument()
+ doc.root = self.parent.settings
if start == 0:
doc.cp_URL = self.files[i]