summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VPolarGrid.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-24 11:58:36 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-24 15:43:22 +0100
commit9638206638f90809c57143cb7ac0ea9b871340b9 (patch)
tree2d04533ff664f375a77e7da853ad3bebb4c47b98 /chart2/source/view/axes/VPolarGrid.hxx
parentc519f73674f540fbc02be0fe7b73b3b194da558e (diff)
Remove NOTYET directive.
Diffstat (limited to 'chart2/source/view/axes/VPolarGrid.hxx')
-rw-r--r--chart2/source/view/axes/VPolarGrid.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/view/axes/VPolarGrid.hxx b/chart2/source/view/axes/VPolarGrid.hxx
index 83f4a759bad2..79050ed7da8f 100644
--- a/chart2/source/view/axes/VPolarGrid.hxx
+++ b/chart2/source/view/axes/VPolarGrid.hxx
@@ -83,12 +83,6 @@ private: //member
, ::std::vector< ::std::vector< TickInfo > >& rRadiusTickInfos
, ::std::vector< ::std::vector< TickInfo > >& rAngleTickInfos
, const ::std::vector<VLineProperties>& rLinePropertiesList );
-#if NOTYET
- void create2DAngleGrid( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xLogicTarget
- , ::std::vector< ::std::vector< TickInfo > >& rRadiusTickInfos
- , ::std::vector< ::std::vector< TickInfo > >& rAngleTickInfos
- , const ::std::vector<VLineProperties>& rLinePropertiesList );
-#endif
};
//.............................................................................