diff options
author | pw <pw@openoffice.org> | 2000-11-22 12:46:00 +0000 |
---|---|---|
committer | pw <pw@openoffice.org> | 2000-11-22 12:46:00 +0000 |
commit | 1bc5f191a261ca94002bbd254215677a1fb39bf5 (patch) | |
tree | f0857368dc5aea7eeefb5af5637725cc69ffd891 /svx/source/dialog/hyperdlg.cxx | |
parent | 82d1acf6eb6f86db362e800cc0c9a154fb1fe1c4 (diff) |
hltpbase.cxx
Diffstat (limited to 'svx/source/dialog/hyperdlg.cxx')
-rw-r--r-- | svx/source/dialog/hyperdlg.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/hyperdlg.cxx b/svx/source/dialog/hyperdlg.cxx index cf1986c22ea7..276471d81f7e 100644 --- a/svx/source/dialog/hyperdlg.cxx +++ b/svx/source/dialog/hyperdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hyperdlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pb $ $Date: 2000-11-10 13:28:04 $ + * last change: $Author: pw $ $Date: 2000-11-22 13:46:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -225,8 +225,8 @@ SvxHpLinkDlg::SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings) SvxHpLinkDlg::~SvxHpLinkDlg () { // delete config item, so the base class (IconChoiceDialog) can not load it on the next start - SvtViewOptions aViewOpt( E_TABDIALOG, String::CreateFromInt32( SID_HYPERLINK_DIALOG ) ); - aViewOpt.Delete(); +// SvtViewOptions aViewOpt( E_TABDIALOG, String::CreateFromInt32( SID_HYPERLINK_DIALOG ) ); +// aViewOpt.Delete(); delete mpItemSet; } @@ -292,7 +292,7 @@ void SvxHpLinkDlg::Move() } if ( bDoInvalid ) - Invalidate(); + Invalidate(INVALIDATE_BACKGROUND); } Window::Move(); |