summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/shapeattributelayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/shapeattributelayer.hxx')
-rw-r--r--slideshow/source/inc/shapeattributelayer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/inc/shapeattributelayer.hxx b/slideshow/source/inc/shapeattributelayer.hxx
index d725255919d7..ac4bf3de9bf7 100644
--- a/slideshow/source/inc/shapeattributelayer.hxx
+++ b/slideshow/source/inc/shapeattributelayer.hxx
@@ -414,10 +414,10 @@ namespace slideshow
If there is no unique font family, the font family of
the first text of the shape is returned.
*/
- ::rtl::OUString getFontFamily() const;
+ OUString getFontFamily() const;
/** Set the text font family name globally for the whole shape
*/
- void setFontFamily( const ::rtl::OUString& rName );
+ void setFontFamily( const OUString& rName );
/** Query whether the italic mode attribute is valid
*/
@@ -481,7 +481,7 @@ namespace slideshow
::basegfx::B2DPoint maPosition;
::basegfx::B2DPolyPolygon maClip;
- ::rtl::OUString maFontFamily;
+ OUString maFontFamily;
double mnRotationAngle;
double mnShearXAngle;