diff options
-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(); |