diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-06-22 14:46:24 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-06-22 14:46:24 +0000 |
commit | 32f56b70b3a08c0e9fa4fc796ffe3a254de7d105 (patch) | |
tree | bee312020381fd206ec69e2da53a7221bfe81bb7 /svx/source/svdraw/svdograf.cxx | |
parent | 8af6d276c1ec91a8c3da13ad6d980ac58783d3e0 (diff) |
TFD taskforce changes
Diffstat (limited to 'svx/source/svdraw/svdograf.cxx')
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index c87c9702e82f..4180a9ac7bb0 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdograf.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: ka $ $Date: 2001-06-18 13:21:10 $ + * last change: $Author: ka $ $Date: 2001-06-22 15:43:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,7 @@ public: // ----------------------------------------------------------------------------- SdrGraphicLink::SdrGraphicLink(SdrGrafObj* pObj): - so3::SvBaseLink( LINKUPDATE_ONCALL, SOT_FORMATSTR_ID_SVXB ), + ::so3::SvBaseLink( ::so3::LINKUPDATE_ONCALL, SOT_FORMATSTR_ID_SVXB ), pGrafObj(pObj) { SetSynchron( FALSE ); |