diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-11 16:33:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-14 11:07:47 +0200 |
commit | 24f28634fa60ed5860edd1728567b7c3e7fa9573 (patch) | |
tree | 5fbd9073ac387edbc742e01dd510661dd38b5efc /svtools | |
parent | b43fdc54e534b9fae1d0e4deb45a4357120f8af4 (diff) |
Todo -> TODO
Change-Id: I13e2351c182065be1a849b944e892f0072ce358a
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index bcd9083e99a9..2c3ea4d05891 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -1470,7 +1470,7 @@ void SVTXRoadmap::propertyChange( const ::com::sun::star::beans::PropertyChangeE pField->ChangeRoadmapItemID( (RoadmapTypes::ItemId)nID, (RoadmapTypes::ItemId)nNewID ); } // else - // Todo: handle Interactive appropriately + // TODO handle Interactive appropriately } } |