From 323dbd38e6cd67f725adba477323b59a0bc7a7c7 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 20 May 2013 09:59:27 +0100 Subject: WaE: quiet unused warning. Change-Id: Iceb9ecd64da80deccbad33ecdae7b788c1a540b3 --- sd/source/ui/sidebar/LayoutMenu.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 525262533b2d..631635df7ebe 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -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) ) -- cgit v1.2.3