summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorRohit Deshmukh <rohit.deshmukh@synerzip.com>2013-11-27 13:53:12 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-13 11:19:42 +0100
commit88b9e7f391910e534b0faf7378ec4c6929d4d44a (patch)
tree5036c66e584eae48a74f4cb3393edf40b19a2281 /package
parente9c08cfed475a61ef5612262a43eab27c96fc9bd (diff)
fdo#71786 : Implemented Glossary folder
1. Glosary folder is imported as Intrograb and exported. 2. Added unit test case Reviewed on: https://gerrit.libreoffice.org/6825 Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx writerfilter/source/filter/ImportFilter.cxx Change-Id: Ifd51a75a65e030d44d30e02cd7ab51fb088186b3
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/owriteablestream.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx
index 9d987a5fbe7b..bc7086ef5564 100644
--- a/package/source/xstor/owriteablestream.cxx
+++ b/package/source/xstor/owriteablestream.cxx
@@ -3104,6 +3104,10 @@ void SAL_CALL OWriteStream::setPropertyValue( const OUString& aPropertyName, con
else if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE
&& ( aPropertyName == "IsEncrypted" || aPropertyName == "Encrypted" ) )
throw beans::PropertyVetoException(); // TODO
+ else if ( aPropertyName == "RelId" )
+ {
+ aValue >>= m_pImpl->m_nRelId;
+ }
else
throw beans::UnknownPropertyException(); // TODO