diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-02-23 14:29:51 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-02-23 14:31:42 +0100 |
commit | fda2c3639de6b673faf2ccd84b6d4318e592fbf0 (patch) | |
tree | 2c6da90376a871fdfe0191f909b6ea584a08bbf1 | |
parent | 2c7a532b7e2b8cf41792292610df96755b131987 (diff) |
WaE: aPosition is an unused parameter
-rw-r--r-- | sw/source/core/unocore/unoframe.cxx | 2 |
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; |