diff options
author | Kai Ahrens <ka@openoffice.org> | 2000-11-13 08:58:07 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2000-11-13 08:58:07 +0000 |
commit | 23764e7bc0e078ee84bfbf906186f431797f30b7 (patch) | |
tree | aaf5a99a178a8543253b2550fc20ddbe2bc2c17d /sd/source/ui/view/drviewsb.cxx | |
parent | 15b74cf768a646d2ae2d803c84ad667392d78b26 (diff) |
IniManager removed
Diffstat (limited to 'sd/source/ui/view/drviewsb.cxx')
-rw-r--r-- | sd/source/ui/view/drviewsb.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx index 1d861fef8..70e458580 100644 --- a/sd/source/ui/view/drviewsb.cxx +++ b/sd/source/ui/view/drviewsb.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drviewsb.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: aw $ $Date: 2000-10-30 11:50:43 $ + * last change: $Author: ka $ $Date: 2000-11-13 09:57:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -513,7 +513,7 @@ void SdDrawViewShell::FuTemp02(SfxRequest& rReq) case SID_INSERT_FLD_AUTHOR: { - SvxAddressItem aAdrItem( *SFX_INIMANAGER() ); + SvxAddressItem aAdrItem; pFieldItem = new SvxFieldItem( SvxAuthorField( aAdrItem ) ); } break; |