summaryrefslogtreecommitdiff
path: root/vcl/source/window/split.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-01 09:33:57 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-01 09:33:57 +0000
commit4dcf62bb809584a6da989305c344eac29c05d639 (patch)
treeb9ecb65f959eec630962a6f8a0d8dc8feeda1bad /vcl/source/window/split.cxx
parent50f15e8b3fdf689d9e0a87c1ba6a07e11f66bb76 (diff)
INTEGRATION: CWS vcl42 (1.14.188); FILE MERGED
2005/10/06 06:50:43 pl 1.14.188.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/08 17:48:36 pl 1.14.188.1: #i52777# remove ugly hack
Diffstat (limited to 'vcl/source/window/split.cxx')
-rw-r--r--vcl/source/window/split.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/source/window/split.cxx b/vcl/source/window/split.cxx
index e0fc7c11cdf9..e33ddb5fdc54 100644
--- a/vcl/source/window/split.cxx
+++ b/vcl/source/window/split.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: split.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:29:26 $
+ * last change: $Author: kz $ $Date: 2005-11-01 10:33:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,11 +39,9 @@
#ifndef _SV_EVENT_HXX
#include <event.hxx>
#endif
-#define private public
#ifndef _SV_SPLIT_HXX
#include <split.hxx>
#endif
-#undef private
#ifndef _SV_SVAPP_HXX
#include <svapp.hxx>
#endif
@@ -89,7 +87,7 @@ namespace
void Splitter::ImplInitData()
{
- mpWindowImpl->mbSplitter = TRUE;
+ ImplGetWindowImpl()->mbSplitter = TRUE;
mpRefWin = NULL;
mnSplitPos = 0;
mnLastSplitPos = 0;