summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/tabpage.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-02-20 07:52:14 +0000
committerOliver Bolte <obo@openoffice.org>2004-02-20 07:52:14 +0000
commit1c287d9f56cf2b8b14fea455d8b3131d5748af0f (patch)
treefda91a25cb44abd0637f6f563d86890c60622b94 /vcl/source/window/tabpage.cxx
parentINTEGRATION: CWS vcl17 (1.22.134); FILE MERGED (diff)
downloadcore-1c287d9f56cf2b8b14fea455d8b3131d5748af0f.tar.gz
core-1c287d9f56cf2b8b14fea455d8b3131d5748af0f.zip
INTEGRATION: CWS vcl17 (1.6.148); FILE MERGED
2004/01/21 19:38:39 pl 1.6.148.2: RESYNC: (1.6-1.8); FILE MERGED 2004/01/19 12:40:01 ssa 1.6.148.1: provide paint handler for tabpages
Diffstat (limited to 'vcl/source/window/tabpage.cxx')
-rw-r--r--vcl/source/window/tabpage.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index 6eeded610bdf..8801008cd80f 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabpage.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 14:18:29 $
+ * last change: $Author: obo $ $Date: 2004-02-20 08:52:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,6 +180,13 @@ void TabPage::DataChanged( const DataChangedEvent& rDCEvt )
// -----------------------------------------------------------------------
+void TabPage::Paint( const Rectangle& rRect )
+{
+ Window::Paint( rRect );
+}
+
+// -----------------------------------------------------------------------
+
void TabPage::ActivatePage()
{
}