diff options
-rwxr-xr-x | svtools/workben/toolpanel/toolpaneltest.cxx | 1 | ||||
-rw-r--r-- | ucbhelper/prj/build.lst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/svtools/workben/toolpanel/toolpaneltest.cxx b/svtools/workben/toolpanel/toolpaneltest.cxx index f001cb4d08e3..97a4e241575b 100755 --- a/svtools/workben/toolpanel/toolpaneltest.cxx +++ b/svtools/workben/toolpanel/toolpaneltest.cxx @@ -621,6 +621,7 @@ void OptionsWindow::ActivePanelChanged( const ::boost::optional< size_t >& i_rOl //----------------------------------------------------------------------------- void OptionsWindow::LayouterChanged( const PDeckLayouter& i_rNewLayouter ) { + (void)i_rNewLayouter; // not interested in } diff --git a/ucbhelper/prj/build.lst b/ucbhelper/prj/build.lst index 8383eb4a8d5d..bbd01df9022a 100644 --- a/ucbhelper/prj/build.lst +++ b/ucbhelper/prj/build.lst @@ -4,4 +4,4 @@ uh ucbhelper\inc nmake - all uh_inc NULL uh ucbhelper\source\client nmake - all uh_client uh_inc NULL uh ucbhelper\source\provider nmake - all uh_provider uh_inc NULL uh ucbhelper\util nmake - all uh_util uh_client uh_provider NULL -uh ucbhelper\workben\myucp nmake - all uh_wb_myucp NULL +uh ucbhelper\workben\myucp nmake - all uh_wb_myucp uh_util NULL |