summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:51:30 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:51:30 +0100
commit4fdd44f5794b945821f50ebc9b773f5fd34222a6 (patch)
treeeb11999c1a719d02ee0e9fe59d0887b2c4810e7e /chart2
parent449157cae77fc6a1b2a96f53d78d7a93cb33436d (diff)
fix tinderbox
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/ShapeFactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/ShapeFactory.hxx b/chart2/source/view/inc/ShapeFactory.hxx
index 78a441b36e36..5afb686c2d63 100644
--- a/chart2/source/view/inc/ShapeFactory.hxx
+++ b/chart2/source/view/inc/ShapeFactory.hxx
@@ -26,7 +26,7 @@ namespace chart
class ShapeFactory : public AbstractShapeFactory
{
- friend AbstractShapeFactory;
+ friend class AbstractShapeFactory;
ShapeFactory(::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> xFactory)
{m_xShapeFactory = xFactory;}