summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fdde98e)
raw | patch | inline | side by side (parent: fdde98e)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 21 Sep 2008 00:06:01 +0000 (00:06 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 21 Sep 2008 00:06:01 +0000 (00:06 +0000) |
src/extension/output.cpp | patch | blob | history |
index 3220e574aa53c97511b58a102d0316f204c876a6..e0070339d7c47dc20c3c60df0196417789577844 100644 (file)
--- a/src/extension/output.cpp
+++ b/src/extension/output.cpp
a document so that the implementation only has to worry about geting
bits on the disk.
- The big thing that it does is remove and readd the fields that are
+ The big thing that it does is remove and read the fields that are
only used at runtime and shouldn't be saved. One that may surprise
people is the output extension. This is not saved so that the IDs
could be changed, and old files will still work properly.
imp->save(this, doc, uri);
}
catch (...) {
- throw;
+ g_warning("There was an error saving the file.");
}
return;