summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-20 09:59:27 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:40 +0100
commit323dbd38e6cd67f725adba477323b59a0bc7a7c7 (patch)
tree4b404ba0becf24851f872cdc3b316e955d151e64 /sd
parent6b412f8bb1397fe18e5213549c50839879206eb7 (diff)
WaE: quiet unused warning.
Change-Id: Iceb9ecd64da80deccbad33ecdae7b788c1a540b3
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/LayoutMenu.cxx1
1 files changed, 1 insertions, 0 deletions
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) )