summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeGeometry.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeGeometry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
index f4bf7350b0d6..d72b63a85adb 100644
--- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
@@ -6204,10 +6204,10 @@ bool IsCustomShapeFilledByDefault( MSO_SPT eSpType )
}
sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType )
{
- sal_Int16 nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::SEGMENTS;
+ sal_Int16 nGluePointType = css::drawing::EnhancedCustomShapeGluePointType::SEGMENTS;
const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eSpType );
if ( pDefCustomShape && pDefCustomShape->nGluePoints )
- nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::CUSTOM;
+ nGluePointType = css::drawing::EnhancedCustomShapeGluePointType::CUSTOM;
else
{
switch( eSpType )
@@ -6222,7 +6222,7 @@ sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType )
case mso_sptTextBox :
case mso_sptVerticalScroll :
case mso_sptHorizontalScroll :
- nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::RECT;
+ nGluePointType = css::drawing::EnhancedCustomShapeGluePointType::RECT;
default: break;
}
}