summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/doc/objserv.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 9e1d8ef978af..5a77b77e228c 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1387,6 +1387,14 @@ void SfxObjectShell::ImplSign( bool bScriptingContent )
bool bHasSign = ( pImpl->nScriptingSignatureState != SignatureState::NOSIGNATURES || pImpl->nDocumentSignatureState != SignatureState::NOSIGNATURES );
// the target ODF version on saving
+
+ // Please fix this comment if you can: Note that the talk about "ODF version" around here is a
+ // bit silly, as there should be nothing ODF-specific in this code, right? What we mean, I
+ // think, is "ODF version iff it is ODF that is the format the document is being stored as", and
+ // otherwise the "ODF version" is ignored. Not sure why such format-specific things needs to be
+ // handled here. Digital signatures then complicate matters further, as it's only ODF 1.2 and
+ // OOXML that have digital signatures.
+
SvtSaveOptions aSaveOpt;
SvtSaveOptions::ODFDefaultVersion nVersion = aSaveOpt.GetODFDefaultVersion();