diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-06-16 10:36:38 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-06-16 10:36:38 +0200 |
commit | 914e5a436986e1f012a23e8bbff84bc72ceacdeb (patch) | |
tree | a982de7f4eb2b9dfcb7a313b1dbeda50851c7055 /sw/source/ui/uno | |
parent | 580c6ffaacd9d60fef0bd367f60185624a51ea7d (diff) |
tl78v2: #i112427# Support password to modify in calc and writer ODF documents
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r-- | sw/source/ui/uno/SwXDocumentSettings.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/uno/SwXDocumentSettings.cxx b/sw/source/ui/uno/SwXDocumentSettings.cxx index 3a1a17d98a..cbfe8617ad 100644 --- a/sw/source/ui/uno/SwXDocumentSettings.cxx +++ b/sw/source/ui/uno/SwXDocumentSettings.cxx @@ -1019,6 +1019,7 @@ void SwXDocumentSettings::_getSingleValue( const comphelper::PropertyInfo & rInf { rValue <<= mpDocSh->GetModifyPasswordInfo(); } + break; default: throw UnknownPropertyException(); |