summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapeattributelayer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapeattributelayer.cxx')
-rw-r--r--slideshow/source/engine/shapeattributelayer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapeattributelayer.cxx b/slideshow/source/engine/shapeattributelayer.cxx
index fe2073540093..8352d5a74551 100644
--- a/slideshow/source/engine/shapeattributelayer.cxx
+++ b/slideshow/source/engine/shapeattributelayer.cxx
@@ -727,7 +727,7 @@ namespace slideshow
return mbFontFamilyValid ? true : haveChild() ? mpChild->isFontFamilyValid() : false;
}
- ::rtl::OUString ShapeAttributeLayer::getFontFamily() const
+ OUString ShapeAttributeLayer::getFontFamily() const
{
// mnAdditiveMode is ignored, cannot combine strings in
// any sensible way
@@ -736,10 +736,10 @@ namespace slideshow
else if( haveChild() )
return mpChild->getFontFamily();
else
- return ::rtl::OUString();
+ return OUString();
}
- void ShapeAttributeLayer::setFontFamily( const ::rtl::OUString& rName )
+ void ShapeAttributeLayer::setFontFamily( const OUString& rName )
{
maFontFamily = rName;
mbFontFamilyValid = true;