summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
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/WrappedSeriesOrDiagramProperty.hxx
parent561a2d63eae07ced7f7f1822e8e5a0de0b989f76 (diff)
Cleanup of C2U macro in chart2.
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
index 81a01226fb47..0d83714f31e9 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
@@ -125,7 +125,7 @@ public:
{
PROPERTYTYPE aNewValue = PROPERTYTYPE();
if( ! (rOuterValue >>= aNewValue) )
- throw ::com::sun::star::lang::IllegalArgumentException( C2U("statistic property requires different type"), 0, 0 );
+ throw ::com::sun::star::lang::IllegalArgumentException( "statistic property requires different type", 0, 0 );
if( m_ePropertyType == DIAGRAM )
{