summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-01-27 04:30:59 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-28 02:03:49 +0200
commitf631b8ce62fd2b12d43d9d9dcf45afd4b3ff4a15 (patch)
tree5b99414bda1cf4dd1116ff4ba4f80c4635471a90 /sc
parentf4191be4c839acff8707a7502268213bfbb2d620 (diff)
implement the applyToItemSet for more properties
Change-Id: I120fe6b4c52c40560aa589debb610aeccc438b81
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/orcus/interface.cxx12
1 files changed, 12 insertions, 0 deletions
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),