diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-13 16:22:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-13 16:22:30 +0000 |
commit | fc2ee0a78a727f216a8f1215141d9dcec3048d96 (patch) | |
tree | 73bf916f2fc5a3d6eedd21607e7dab1d018e187b /sc/source/core | |
parent | c4234c802ed5e7b4d7c04547051ff9d079d0e61c (diff) |
INTEGRATION: CWS notesapi (1.30.14); FILE MERGED
2005/01/05 15:41:00 sab 1.30.14.5: RESYNC: (1.34-1.35); FILE MERGED
2004/12/01 18:46:09 sab 1.30.14.4: RESYNC: (1.33-1.34); FILE MERGED
2004/11/09 10:26:38 sab 1.30.14.3: RESYNC: (1.32-1.33); FILE MERGED
2004/11/08 19:05:12 sab 1.30.14.2: RESYNC: (1.30-1.32); FILE MERGED
2004/11/08 17:59:59 sab 1.30.14.1: #118213#, #i36871#; introduce new hidden layer
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/drwlayer.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx index 22c5a8e27918..412f86e583ee 100644 --- a/sc/source/core/data/drwlayer.cxx +++ b/sc/source/core/data/drwlayer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drwlayer.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2004-11-26 16:20:57 $ + * last change: $Author: kz $ $Date: 2005-01-13 17:22:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -369,6 +369,7 @@ ScDrawLayer::ScDrawLayer( ScDocument* pDocument, const String& rName ) : rAdmin.NewLayer(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("hinten")), SC_LAYER_BACK); rAdmin.NewLayer(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("intern")), SC_LAYER_INTERN); rAdmin.NewLayer(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("Controls")), SC_LAYER_CONTROLS); + rAdmin.NewLayer(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("hidden")), SC_LAYER_HIDDEN); // "Controls" is new - must also be created when loading // Link fuer URL-Fields setzen |