summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-04-08 10:48:08 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-04-08 10:48:08 -0430
commit1bdc495cccaa7bc3be4718515082c70e42cdadc4 (patch)
tree8e52ffc408a1797c9c7647d050a6183645aed4ef /chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
parent561a2d63eae07ced7f7f1822e8e5a0de0b989f76 (diff)
Cleanup of C2U macro in chart2.
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
index 0769b05851db..cd7a7dfe734d 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
@@ -41,7 +41,7 @@ namespace chart
{
WrappedTextRotationProperty::WrappedTextRotationProperty( bool bDirectState )
- : ::chart::WrappedProperty( C2U( "TextRotation" ), C2U( "TextRotation" ) )
+ : ::chart::WrappedProperty( "TextRotation" , "TextRotation" )
, m_bDirectState( bDirectState )
{
}