diff options
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/attribute/sdrformtextattribute.cxx | 5 | ||||
-rw-r--r-- | svx/source/sdr/attribute/sdrtextattribute.cxx | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/sdr/attribute/sdrformtextattribute.cxx b/svx/source/sdr/attribute/sdrformtextattribute.cxx index d18e64a5e0af..fd22876c3c6f 100644 --- a/svx/source/sdr/attribute/sdrformtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrformtextattribute.cxx @@ -372,11 +372,6 @@ namespace drawinglayer return mpSdrFormTextAttribute->getFormTextShdwYVal(); } - sal_uInt16 SdrFormTextAttribute::getFormTextShdwTransp() const - { - return mpSdrFormTextAttribute->getFormTextShdwTransp(); - } - XFormTextStyle SdrFormTextAttribute::getFormTextStyle() const { return mpSdrFormTextAttribute->getFormTextStyle(); diff --git a/svx/source/sdr/attribute/sdrtextattribute.cxx b/svx/source/sdr/attribute/sdrtextattribute.cxx index 022829f15f76..8f7373619b18 100644 --- a/svx/source/sdr/attribute/sdrtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrtextattribute.cxx @@ -406,11 +406,6 @@ namespace drawinglayer return mpSdrTextAttribute->isFixedCellHeight(); } - bool SdrTextAttribute::isWrongSpell() const - { - return mpSdrTextAttribute->isWrongSpell(); - } - const SdrFormTextAttribute& SdrTextAttribute::getSdrFormTextAttribute() const { return mpSdrTextAttribute->getSdrFormTextAttribute(); |