diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-24 16:38:27 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-24 23:33:08 +0200 |
commit | 5800c9aa3052aaa1429edb110e9b0291aa642cd7 (patch) | |
tree | 2e35249e7f8f83b1aa8487ad21f0506c2c1186ae /svx/source/sdr | |
parent | 53d51dbee6d4037c4cfc3fa743de8dac76da48c6 (diff) |
unusedcode: svx: remove unused methods
Change-Id: I50af310bef92f8f36c31b5b4f343639e89c628ac
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(); |