Kaydet (Commit) 0a2b8749 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS c09tosrc (1.24.18); FILE MERGED

2007/06/22 15:16:39 jl 1.24.18.1: #i78688# allow to manage shared extension within office
üst f2bbd196
......@@ -4,9 +4,9 @@
*
* $RCSfile: dp_manager.cxx,v $
*
* $Revision: 1.24 $
* $Revision: 1.25 $
*
* last change: $Author: ihi $ $Date: 2007-06-05 15:05:09 $
* last change: $Author: rt $ $Date: 2007-07-06 12:36:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1116,6 +1116,13 @@ void PackageManagerImpl::reinstallDeployedPackages(
}
}
::sal_Bool SAL_CALL PackageManagerImpl::isReadOnly( )
throw (::com::sun::star::uno::RuntimeException)
{
return m_readOnly;
}
//##############################################################################
//______________________________________________________________________________
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment