summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/shapeimporter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/shapeimporter.hxx')
-rw-r--r--slideshow/source/inc/shapeimporter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/shapeimporter.hxx b/slideshow/source/inc/shapeimporter.hxx
index 08de7138d39d..c3ad90f4ddaf 100644
--- a/slideshow/source/inc/shapeimporter.hxx
+++ b/slideshow/source/inc/shapeimporter.hxx
@@ -99,7 +99,7 @@ public:
private:
bool isSkip( ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> const& xPropSet,
- ::rtl::OUString const& shapeType,
+ OUString const& shapeType,
::com::sun::star::uno::Reference<
::com::sun::star::drawing::XLayer> const& xLayer);
@@ -108,7 +108,7 @@ private:
::com::sun::star::drawing::XShape> const& xCurrShape,
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> const& xPropSet,
- ::rtl::OUString const& shapeType ) const;
+ OUString const& shapeType ) const;
void importPolygons(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > const& xPropSet) ;