summaryrefslogtreecommitdiff
path: root/svtools/source/toolpanel/paneltabbar.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-08 09:07:59 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-08 09:07:59 +0100
commite81174982a2cf99c4911391bb5c326789943135c (patch)
tree60b52fbc96bcd2f4bd6e225247ce1d22071d6dd2 /svtools/source/toolpanel/paneltabbar.cxx
parentccb15ef4a56fe416ec7a293593a45ac8976f07df (diff)
slidecopy: make compile on unxlngi6.pro
Diffstat (limited to 'svtools/source/toolpanel/paneltabbar.cxx')
-rw-r--r--svtools/source/toolpanel/paneltabbar.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx
index 75873f9c6411..0aa9b8aca035 100644
--- a/svtools/source/toolpanel/paneltabbar.cxx
+++ b/svtools/source/toolpanel/paneltabbar.cxx
@@ -433,6 +433,7 @@ namespace svt
ImplControlValue aControlValue( (void *)(&tiValue) );
bool bNativeOK = aRenderDevice.DrawNativeControl( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL, aCtrlRegion, nState, aControlValue, rtl::OUString() );
+ (void)bNativeOK;
OSL_ENSURE( bNativeOK, "VerticalItemLayout::impl_preRender: inconsistent NWF implementation!" );
// IsNativeControlSupported returned true, previously, otherwise we would not be here ...