summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/lnkbase2.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 12:27:55 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 12:27:55 +0000
commit3ef72b30137f870fae53506ef3b34e1fb3953372 (patch)
tree0dacb56138f700eba8d9675e43e6ec931bca621f /sfx2/source/appl/lnkbase2.cxx
parent590f9741132796fcd466850a0d704daed9264cdb (diff)
INTEGRATION: CWS sb19 (1.2.44); FILE MERGED
2004/10/26 15:46:51 mba 1.2.44.2: #110407#: remove static BaseURL 2004/10/21 15:07:46 mba 1.2.44.1: #110407#: remove static BaseURL
Diffstat (limited to 'sfx2/source/appl/lnkbase2.cxx')
-rw-r--r--sfx2/source/appl/lnkbase2.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index d7ab89044e5c..d7399d655a0d 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lnkbase2.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 20:45:46 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:27:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -186,8 +186,7 @@ SvBaseLink::SvBaseLink( USHORT nUpdateMode, ULONG nContentType )
|* Beschreibung
*************************************************************************/
-SvBaseLink::SvBaseLink( const String& rLinkName, USHORT nObjectType,
- SvLinkSource* pObj )
+SvBaseLink::SvBaseLink( const String& rLinkName, USHORT nObjectType, SvLinkSource* pObj )
{
bVisible = bSynchron = bUseCache = TRUE;
aLinkName = rLinkName;
@@ -399,7 +398,7 @@ USHORT SvBaseLink::GetUpdateMode() const
}
-void SvBaseLink::_GetRealObject( BOOL bConnect )
+void SvBaseLink::_GetRealObject( BOOL bConnect)
{
if( !pLinkMgr )
return;