Kaydet (Commit) fda2c363 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

WaE: aPosition is an unused parameter

üst 2c7a532b
...@@ -2395,7 +2395,7 @@ awt::Point SwXFrame::getPosition(void) throw( uno::RuntimeException ) ...@@ -2395,7 +2395,7 @@ awt::Point SwXFrame::getPosition(void) throw( uno::RuntimeException )
throw aRuntime; throw aRuntime;
} }
void SwXFrame::setPosition(const awt::Point& aPosition) throw( uno::RuntimeException ) void SwXFrame::setPosition(const awt::Point& /*aPosition*/) throw( uno::RuntimeException )
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
uno::RuntimeException aRuntime; uno::RuntimeException aRuntime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment