From f631b8ce62fd2b12d43d9d9dcf45afd4b3ff4a15 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 27 Jan 2015 04:30:59 +0100 Subject: implement the applyToItemSet for more properties Change-Id: I120fe6b4c52c40560aa589debb610aeccc438b81 --- sc/source/filter/orcus/interface.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sc') diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx index 0586b439185f..8b3a61699de1 100644 --- a/sc/source/filter/orcus/interface.cxx +++ b/sc/source/filter/orcus/interface.cxx @@ -622,10 +622,22 @@ ScOrcusStyles::protection::protection(): { } +void ScOrcusStyles::protection::applyToItemSet(SfxItemSet& /*rSet*/) const +{ +} + ScOrcusStyles::border::border() { } +void ScOrcusStyles::border::applyToItemSet(SfxItemSet& /*rSet*/) const +{ +} + +void ScOrcusStyles::number_format::applyToItemSet(SfxItemSet& /*rSet*/) const +{ +} + ScOrcusStyles::xf::xf(): mnFontId(0), mnFillId(0), -- cgit