diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:13:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:15:01 +0100 |
commit | f2cb2c6f6702a9e1488690e71395f9653900ce16 (patch) | |
tree | 3d6f08c906f66a376709e64cf72f515a88555a68 /chart2 | |
parent | f16c427d5668e5fe9d41268e18a71cfca3aaf1c1 (diff) |
Typos
Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/SelectionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx index fab28f5fbbad..1435dfbadf23 100644 --- a/chart2/source/controller/main/SelectionHelper.cxx +++ b/chart2/source/controller/main/SelectionHelper.cxx @@ -419,7 +419,7 @@ OUString SelectionHelper::getHitObjectCID( if( aRet.equals( aPageCID ) ) { OUString aDiagramCID = ObjectIdentifier::createClassifiedIdentifier( OBJECTTYPE_DIAGRAM, OUString::number( 0 ) ); - //todo: if more than one diagram is available in future do chack the list of all diagrams here + //todo: if more than one diagram is available in future do check the list of all diagrams here SdrObject* pDiagram = rDrawViewWrapper.getNamedSdrObject( aDiagramCID ); if( pDiagram ) { |