[Libreoffice-commits] .: slideshow/source
David Tardon
dtardon at kemper.freedesktop.org
Thu Mar 8 10:04:58 PST 2012
slideshow/source/engine/shapes/viewmediashape.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4ba3a64c2023cd57e1fc0a7bb6c5610378cbfd94
Author: David Tardon <dtardon at redhat.com>
Date: Mon Feb 27 09:04:06 2012 +0100
remove duplicate statement
diff --git a/slideshow/source/engine/shapes/viewmediashape.cxx b/slideshow/source/engine/shapes/viewmediashape.cxx
index 72db644..b1a93c2 100644
--- a/slideshow/source/engine/shapes/viewmediashape.cxx
+++ b/slideshow/source/engine/shapes/viewmediashape.cxx
@@ -449,7 +449,6 @@ namespace slideshow
mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new
SystemChildWindow( pWindow, WB_CLIPCHILDREN ) );
- mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new SystemChildWindow( pWindow, WB_CLIPCHILDREN ) );
mpMediaWindow->SetBackground( Color( COL_BLACK ) );
mpMediaWindow->SetPosSizePixel( Point( aAWTRect.X, aAWTRect.Y ),
Size( aAWTRect.Width, aAWTRect.Height ) );
More information about the Libreoffice-commits
mailing list