Kaydet (Commit) 323dbd38 authored tarafından Michael Meeks's avatar Michael Meeks

WaE: quiet unused warning.

Change-Id: Iceb9ecd64da80deccbad33ecdae7b788c1a540b3
üst 6b412f8b
......@@ -164,6 +164,7 @@ void LayoutMenu::implConstruct( DrawDocShell& rDocumentShell )
OSL_ENSURE( mrBase.GetDocument()->GetDocSh() == &rDocumentShell,
"LayoutMenu::implConstruct: hmm?" );
// if this fires, then my assumption that the rDocumentShell parameter to our first ctor is superfluous ...
(void) rDocumentShell;
SetStyle (
( GetStyle() & ~(WB_ITEMBORDER) )
......
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