summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/LabelPositionHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/LabelPositionHelper.hxx')
-rw-r--r--chart2/source/view/inc/LabelPositionHelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/view/inc/LabelPositionHelper.hxx b/chart2/source/view/inc/LabelPositionHelper.hxx
index 8b14869aa773..454be825305f 100644
--- a/chart2/source/view/inc/LabelPositionHelper.hxx
+++ b/chart2/source/view/inc/LabelPositionHelper.hxx
@@ -66,6 +66,9 @@ public:
, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xAxisModelProps
, const ::com::sun::star::awt::Size& rNewReferenceSize );
+ static void correctPositionForRotation( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape2DText
+ , LabelAlignment eLabelAlignment, const double fRotationAngle, bool bRotateAroundCenter );
+
private:
LabelPositionHelper();