Kaydet (Commit) 86dcf8e1 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Jan Holesovsky

custom widgets: comment unused params. to avoid compile warnings

Change-Id: I45b7ffdce2d470ed2f30b5408d8d861deb00514a
üst b838e7e8
...@@ -19,33 +19,33 @@ ...@@ -19,33 +19,33 @@
#include <salgdi.hxx> #include <salgdi.hxx>
bool SalGraphics::IsNativeControlSupported(ControlType eType, ControlPart ePart) bool SalGraphics::IsNativeControlSupported(ControlType /*eType*/, ControlPart /*ePart*/)
{ {
return false; return false;
} }
bool SalGraphics::hitTestNativeControl(ControlType eType, ControlPart ePart, bool SalGraphics::hitTestNativeControl(ControlType /*eType*/, ControlPart /*ePart*/,
const tools::Rectangle& rBoundingControlRegion, const tools::Rectangle& /*rBoundingControlRegion*/,
const Point& rPosition, bool& rIsInside) const Point& /*rPosition*/, bool& /*rIsInside*/)
{ {
return false; return false;
} }
bool SalGraphics::drawNativeControl(ControlType eType, ControlPart ePart, bool SalGraphics::drawNativeControl(ControlType /*eType*/, ControlPart /*ePart*/,
const tools::Rectangle& rBoundingControlRegion, const tools::Rectangle& /*rBoundingControlRegion*/,
ControlState eState, const ImplControlValue& aValue, ControlState /*eState*/, const ImplControlValue& /*aValue*/,
const OUString& aCaptions) const OUString& /*aCaptions*/)
{ {
return false; return false;
} }
bool SalGraphics::getNativeControlRegion(ControlType eType, ControlPart ePart, bool SalGraphics::getNativeControlRegion(ControlType /*eType*/, ControlPart /*ePart*/,
const tools::Rectangle& rBoundingControlRegion, const tools::Rectangle& /*rBoundingControlRegion*/,
ControlState eState, ControlState /*eState*/,
const ImplControlValue& aValue, const ImplControlValue& /*aValue*/,
const OUString& aCaption, const OUString& /*aCaption*/,
tools::Rectangle& rNativeBoundingRegion, tools::Rectangle& /*rNativeBoundingRegion*/,
tools::Rectangle& rNativeContentRegion) tools::Rectangle& /*rNativeContentRegion*/)
{ {
return false; return false;
} }
......
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