summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisProperties.cxx
diff options
context:
space:
mode:
authorRicardo Moreno <parcero.cubano@gmail.com>2010-11-08 12:01:47 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-08 12:01:47 -0500
commit6a0632fe7e16a6dd25b34df34788598ba06c6771 (patch)
treed40965713205df1e8c0f6940cba072e4a4cbfd01 /chart2/source/view/axes/VAxisProperties.cxx
parent56b9f35f0ec0c2227fcd3f1fda0dcca4df879c35 (diff)
Removed commented-out code.
Diffstat (limited to 'chart2/source/view/axes/VAxisProperties.cxx')
-rw-r--r--chart2/source/view/axes/VAxisProperties.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx
index fc5e3757e5aa..327434ebaa79 100644
--- a/chart2/source/view/axes/VAxisProperties.cxx
+++ b/chart2/source/view/axes/VAxisProperties.cxx
@@ -453,28 +453,6 @@ void AxisLabelProperties::init( const uno::Reference< XAxis >& xAxisModel )
}
}
-/*
-sal_Int16 getSwappedWritingMode( sal_Int16 nWritingMode )
-{
- //LR_TB == LT
- //RL_TB == RT (Arabic, Hebrew)
- //TB_RL == TR (Japanese, Chinese, Korean)
- // ?? TL (Mongolian) see also text::WritingMode2
-
- switch(nWritingMode)
- {
- case text::WritingMode2::RL_TB:
- return text::WritingMode2::TB_RL;
- case text::WritingMode2::TB_RL:
- return text::WritingMode2::RL_TB;
- case text::WritingMode2::LR_TB:
- return text::WritingMode2::TB_LR;
- default:
- return text::WritingMode2::LR_TB;
- }
-}
-*/
-
sal_Bool AxisLabelProperties::getIsStaggered() const
{
if( STAGGER_ODD == eStaggering || STAGGER_EVEN == eStaggering )