diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:25:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:25:45 +0000 |
commit | eacf52b7a2f34d1497525dd443ebf7737b1f51e3 (patch) | |
tree | 6d6b5d2f477ef9f9cd8c3941bace3d8a7cfc747a | |
parent | 0bec3b55f7167f2bf2c76d2570e675091980e16a (diff) |
INTEGRATION: CWS calc06 (1.1.4.2.10); FILE MERGED
2003/03/31 15:46:42 sab 1.1.4.2.10.2: RESYNC: (1.1.4.2-1.1.4.3); FILE MERGED
2003/03/27 16:07:26 dr 1.1.4.2.10.1: #107688# import/export of cell styles
-rw-r--r-- | sc/source/filter/excel/xlroot.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx index fcf67866f763..e986686e8b02 100644 --- a/sc/source/filter/excel/xlroot.cxx +++ b/sc/source/filter/excel/xlroot.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xlroot.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-26 18:04:38 $ + * last change: $Author: rt $ $Date: 2003-04-08 16:25:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -199,6 +199,11 @@ SvNumberFormatter& XclRoot::GetFormatter() const return *GetDoc().GetFormatTable(); } +ScStyleSheetPool& XclRoot::GetStyleSheetPool() const +{ + return *GetDoc().GetStyleSheetPool(); +} + ScRangeName& XclRoot::GetNamedRanges() const { return *GetDoc().GetRangeName(); |