sw/source/core/unocore/unoframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fda2c3639de6b673faf2ccd84b6d4318e592fbf0
Author: Cédric Bosdonnat <cedric.bosdonnat....@free.fr>
Date:   Thu Feb 23 14:29:51 2012 +0100

    WaE: aPosition is an unused parameter

diff --git a/sw/source/core/unocore/unoframe.cxx 
b/sw/source/core/unocore/unoframe.cxx
index 60e66fc..f8d2c90 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -2395,7 +2395,7 @@ awt::Point SwXFrame::getPosition(void) throw( 
uno::RuntimeException )
     throw aRuntime;
 }
 
-void SwXFrame::setPosition(const awt::Point& aPosition) throw( 
uno::RuntimeException )
+void SwXFrame::setPosition(const awt::Point& /*aPosition*/) throw( 
uno::RuntimeException )
 {
     SolarMutexGuard aGuard;
     uno::RuntimeException aRuntime;
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to