INTEGRATION: CWS addinconfig (1.5.226); FILE MERGED

2006/07/26 12:37:54 nn 1.5.226.2: RESYNC: (1.5-1.6); FILE MERGED
2006/07/24 13:46:28 nn 1.5.226.1: #i67723# read add-in function information from configuration
This commit is contained in:
Ivo Hinkelmann
2006-08-04 11:12:20 +00:00
parent 1440cb8115
commit 06f7ff52a0

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: optutil.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: kz $ $Date: 2006-07-21 11:37:51 $
* last change: $Author: ihi $ $Date: 2006-08-04 12:12:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,6 +67,11 @@ ScLinkConfigItem::ScLinkConfigItem( const rtl::OUString rSubTree ) :
{
}
ScLinkConfigItem::ScLinkConfigItem( const rtl::OUString rSubTree, sal_Int16 nMode ) :
ConfigItem( rSubTree, nMode )
{
}
void ScLinkConfigItem::SetCommitLink( const Link& rLink )
{
aCommitLink = rLink;