summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/gdimtftools.cxx4
-rw-r--r--slideshow/source/engine/shapes/viewmediashape.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx
index c38a45777a47..4a4d994aa22d 100644
--- a/slideshow/source/engine/shapes/gdimtftools.cxx
+++ b/slideshow/source/engine/shapes/gdimtftools.cxx
@@ -452,7 +452,7 @@ bool getRectanglesFromScrollMtf( ::basegfx::B2DRectangle& o_rScrollRect,
{
if (pAct->GetComment().equalsIgnoreAsciiCase("XTEXT_SCROLLRECT"))
{
- o_rScrollRect = ::vcl::unotools::b2DRectangleFromRectangle(
+ o_rScrollRect = vcl::unotools::b2DRectangleFromRectangle(
*reinterpret_cast<Rectangle const *>(
pAct->GetData() ) );
@@ -460,7 +460,7 @@ bool getRectanglesFromScrollMtf( ::basegfx::B2DRectangle& o_rScrollRect,
}
else if (pAct->GetComment().equalsIgnoreAsciiCase("XTEXT_PAINTRECT") )
{
- o_rPaintRect = ::vcl::unotools::b2DRectangleFromRectangle(
+ o_rPaintRect = vcl::unotools::b2DRectangleFromRectangle(
*reinterpret_cast<Rectangle const *>(
pAct->GetData() ) );
diff --git a/slideshow/source/engine/shapes/viewmediashape.hxx b/slideshow/source/engine/shapes/viewmediashape.hxx
index 1dc8f32aab9e..13eba7fce7bb 100644
--- a/slideshow/source/engine/shapes/viewmediashape.hxx
+++ b/slideshow/source/engine/shapes/viewmediashape.hxx
@@ -149,7 +149,7 @@ namespace slideshow
const OUString& rMimeType );
ViewLayerSharedPtr mpViewLayer;
VclPtr< SystemChildWindow > mpMediaWindow;
- VclPtr< ::vcl::Window > mpEventHandlerParent;
+ VclPtr< vcl::Window > mpEventHandlerParent;
mutable ::com::sun::star::awt::Point maWindowOffset;
mutable ::basegfx::B2DRectangle maBounds;