diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-09-05 20:27:56 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-09-05 20:33:14 +0200 |
commit | 462451a4256d01072c4fface64b590b7be05f718 (patch) | |
tree | 243992341d98f5df5ae1422480ff772eccd6d821 /sc | |
parent | 5129d01a7fb85390d925c084488493ac19c8b217 (diff) |
remove two useless definitions
Change-Id: Idf804207c2af46dee30d4eff3704b8d61fbe485f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlimprt.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlstyli.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlimprt.hxx b/sc/source/filter/xml/xmlimprt.hxx index d9d86fc7c5b2..f3706d9854cf 100644 --- a/sc/source/filter/xml/xmlimprt.hxx +++ b/sc/source/filter/xml/xmlimprt.hxx @@ -852,7 +852,6 @@ class ScXMLImport: public SvXMLImport com::sun::star::uno::Reference <com::sun::star::util::XNumberFormats> xNumberFormats; com::sun::star::uno::Reference <com::sun::star::util::XNumberFormatTypes> xNumberFormatTypes; - ScRangeList maSheetRanges; com::sun::star::uno::Reference <com::sun::star::sheet::XSheetCellRangeContainer> xSheetCellRanges; rtl::OUString sEmpty; diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx index edc579438d77..def350985b0f 100644 --- a/sc/source/filter/xml/xmlstyli.hxx +++ b/sc/source/filter/xml/xmlstyli.hxx @@ -143,8 +143,6 @@ public: private: using XMLPropStyleContext::SetStyle; - - ScConditionalFormat* CreateCondFormat(); }; class XMLTableStylesContext : public SvXMLStylesContext |