summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeFontWork.hxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFontWork.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
index c190913abcd2..5e0baeae7fc5 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx
@@ -25,11 +25,11 @@
class SdrObject;
class EnhancedCustomShapeFontWork
{
- static ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XBreakIterator > mxBreakIterator;
+ static css::uno::Reference < css::i18n::XBreakIterator > mxBreakIterator;
public:
- static com::sun::star::uno::Reference < ::com::sun::star::i18n::XBreakIterator > GetBreakIterator();
+ static css::uno::Reference < css::i18n::XBreakIterator > GetBreakIterator();
static SdrObject* CreateFontWork( const SdrObject* pShape2d, const SdrObject* pCustomShape );
};