INTEGRATION: CWS impress26 (1.10.104); FILE MERGED

2004/12/16 13:41:31 cl 1.10.104.1: #i39045# #i21440# hide spell checker marks during graphic and html export
This commit is contained in:
Kurt Zenker 2005-01-13 16:26:09 +00:00
parent 68330ac2a6
commit 6f912ac3c4

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sdgrffilter.cxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: kz $ $Date: 2004-10-04 18:20:00 $
* last change: $Author: kz $ $Date: 2005-01-13 17:26:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -132,12 +132,15 @@
SdGRFFilter::SdGRFFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell, sal_Bool bShowProgress ) :
SdFilter( rMedium, rDocShell, bShowProgress )
{
mbHideSpell = mrDocument.GetHideSpell();
mrDocument.SetHideSpell(TRUE);
}
// -----------------------------------------------------------------------------
SdGRFFilter::~SdGRFFilter()
{
mrDocument.SetHideSpell(mbHideSpell);
}
// -----------------------------------------------------------------------------