summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/lathe3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/lathe3d.cxx')
-rw-r--r--svx/source/engine3d/lathe3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx
index 9d2c60c57260..884b5f5f8d2d 100644
--- a/svx/source/engine3d/lathe3d.cxx
+++ b/svx/source/engine3d/lathe3d.cxx
@@ -186,7 +186,7 @@ SdrAttrObj* E3dLatheObj::GetBreakObj()
SfxItemSet aSet(GetObjectItemSet());
// Enable lines to guarantee that the object becomes visible
- aSet.Put(XLineStyleItem(com::sun::star::drawing::LineStyle_SOLID));
+ aSet.Put(XLineStyleItem(css::drawing::LineStyle_SOLID));
pPathObj->SetMergedItemSet(aSet);