diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 11:47:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 11:47:55 +0000 |
commit | 26aa859494f82779a0830a8db5b4829bf1247b44 (patch) | |
tree | 34293ab2d258859e61494555a6a8165c697fde07 /sw/inc/docsh.hxx | |
parent | a1c20ba6e958cf1e2c666cffece493a41745929e (diff) |
INTEGRATION: CWS os28 (1.23.136); FILE MERGED
2004/03/03 10:46:35 os 1.23.136.1: #i23712# prevent nested calls of UpdateFontList
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index acb00bdfbde8..80f732346cdb 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2003-09-19 08:42:16 $ + * last change: $Author: obo $ $Date: 2004-03-19 12:47:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,7 +119,7 @@ class SwDocShell: public SfxObjectShell, public SfxInPlaceObject, SvPersistRef xOLEChildList; // fuers RemoveOLEObjects sal_Int16 nUpdateDocMode; // contains the com::sun::star::document::UpdateDocMode - + bool bInUpdateFontList; //prevent nested calls of UpdateFontList // Methoden fuer den Zugriff aufs Doc void AddLink(); void RemoveLink(); |