summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/lineproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/lineproperties.hxx')
-rw-r--r--include/oox/drawingml/lineproperties.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/lineproperties.hxx b/include/oox/drawingml/lineproperties.hxx
index c38c7e14a0e4..bc1793dcdcd5 100644
--- a/include/oox/drawingml/lineproperties.hxx
+++ b/include/oox/drawingml/lineproperties.hxx
@@ -62,9 +62,9 @@ struct OOX_DLLPUBLIC LineProperties
sal_Int32 nPhClr = API_RGB_TRANSPARENT ) const;
/** Calculates the line style attribute from the internal state of the object */
- ::com::sun::star::drawing::LineStyle getLineStyle() const;
+ css::drawing::LineStyle getLineStyle() const;
/** Calculates the line joint attribute from the internal state of the object */
- ::com::sun::star::drawing::LineJoint getLineJoint() const;
+ css::drawing::LineJoint getLineJoint() const;
/** Calculates the line width attribute from the internal state of the object */
sal_Int32 getLineWidth() const;
};