summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/chart/objectformatter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/chart/objectformatter.hxx')
-rw-r--r--oox/inc/drawingml/chart/objectformatter.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/oox/inc/drawingml/chart/objectformatter.hxx b/oox/inc/drawingml/chart/objectformatter.hxx
index 446c3d899293..8282844b1ab3 100644
--- a/oox/inc/drawingml/chart/objectformatter.hxx
+++ b/oox/inc/drawingml/chart/objectformatter.hxx
@@ -144,6 +144,11 @@ public:
/** Returns true, if the passed shape properties have automatic fill mode. */
static bool isAutomaticFill( const ModelRef< Shape >& rxShapeProp );
+ /** Returns true, if the X Axis label rotation is 0 degree. */
+ static bool getTextRotation(
+ const ModelRef< TextBody >& rxTextProp,
+ sal_Int32 nDefaultRotation = 0 );
+
private:
std::shared_ptr< ObjectFormatterData > mxData;
};