summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-02-23 14:29:51 +0100
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-02-23 14:31:42 +0100
commitfda2c3639de6b673faf2ccd84b6d4318e592fbf0 (patch)
tree2c6da90376a871fdfe0191f909b6ea584a08bbf1 /sw
parentWaE: nWidth might be unused uninitialized (diff)
downloadcore-fda2c3639de6b673faf2ccd84b6d4318e592fbf0.tar.gz
core-fda2c3639de6b673faf2ccd84b6d4318e592fbf0.zip
WaE: aPosition is an unused parameter
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unoframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index 60e66fcbfd26..f8d2c905ef44 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;