summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/doc_props
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/doc_props')
-rw-r--r--lib/axlsx/doc_props/app.rb2
-rw-r--r--lib/axlsx/doc_props/core.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/axlsx/doc_props/app.rb b/lib/axlsx/doc_props/app.rb
index aaf60092..df3d919d 100644
--- a/lib/axlsx/doc_props/app.rb
+++ b/lib/axlsx/doc_props/app.rb
@@ -172,7 +172,7 @@ module Axlsx
end
}
end
- builder.to_xml
+ builder.to_xml(:save_with => 0)
end
end
end
diff --git a/lib/axlsx/doc_props/core.rb b/lib/axlsx/doc_props/core.rb
index 6743ba34..72607fc6 100644
--- a/lib/axlsx/doc_props/core.rb
+++ b/lib/axlsx/doc_props/core.rb
@@ -28,7 +28,7 @@ module Axlsx
xml['cp'].revision 0
}
end
- builder.to_xml
+ builder.to_xml(:save_with => 0)
end
end
end