summaryrefslogtreecommitdiff
path: root/basic/workben
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 18:43:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 18:43:29 +0000
commite88f4cef747080479a98dd2f9ca1fac5c1cf12a8 (patch)
tree754995aad90afa525f2ec1ca7f94553ccbe2e62e /basic/workben
parentcad7536caae2062150a96b0fa7bb53c630035f56 (diff)
INTEGRATION: CWS vclcleanup02 (1.1.1.1.164); FILE MERGED
2003/12/04 15:59:17 mt 1.1.1.1.164.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'basic/workben')
-rw-r--r--basic/workben/mgrtest.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx
index bcc5643f3903..88e237c9ea06 100644
--- a/basic/workben/mgrtest.cxx
+++ b/basic/workben/mgrtest.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mgrtest.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:12 $
+ * last change: $Author: vg $ $Date: 2004-01-06 19:43:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,8 +163,8 @@ TestWindow::~TestWindow()
}
TestWindow::TestWindow() :
- WorkWindow( NULL, WB_APP | WB_STDWORK | WB_SVLOOK | WB_CLIPCHILDREN ) ,
- aToolBox( this, WinBits( WB_BORDER | WB_SVLOOK | WB_SCROLL | WB_LINESPACING ) )
+ WorkWindow( NULL, WB_APP | WB_STDWORK | WB_3DLOOK | WB_CLIPCHILDREN ) ,
+ aToolBox( this, WinBits( WB_BORDER | WB_3DLOOK | WB_SCROLL | WB_LINESPACING ) )
{
nLibX = 0;