summaryrefslogtreecommitdiff
path: root/vcl/source/window/tabpage.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:41:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:41:22 +0000
commit2bf5143d1b6f81333683634c7d3ae88becc302b5 (patch)
tree717172d2bd3cf581e599cb01795238dc64bec517 /vcl/source/window/tabpage.cxx
parent1ab83d472b0edb9d491989c779292140dee2fcbd (diff)
INTEGRATION: CWS warnings01 (1.11.70); FILE MERGED
2005/11/10 20:06:35 pl 1.11.70.1: #i55991# removed warnings
Diffstat (limited to 'vcl/source/window/tabpage.cxx')
-rw-r--r--vcl/source/window/tabpage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index 144a1f2e0826..ad005e797d9b 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabpage.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:31:20 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:41:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -159,7 +159,7 @@ void TabPage::DataChanged( const DataChangedEvent& rDCEvt )
// -----------------------------------------------------------------------
-void TabPage::Paint( const Rectangle& rRect )
+void TabPage::Paint( const Rectangle& )
{
// draw native tabpage only inside tabcontrols, standalone tabpages look ugly (due to bad dialog design)
if( IsNativeControlSupported(CTRL_TAB_BODY, PART_ENTIRE_CONTROL) && GetParent() && (GetParent()->GetType() == WINDOW_TABCONTROL) )