diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 18:16:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 18:16:33 +0000 |
commit | 1e1d3bbfb9cd548dfbcb800dc136e88762c6a300 (patch) | |
tree | 9b93d82faa8e89664007c158ab7ce79fa12ada83 /ucb | |
parent | 0683a23249cdfe42a98d652c150611e404e799c1 (diff) |
INTEGRATION: CWS vclcleanup02 (1.15.18); FILE MERGED
2003/12/04 16:27:34 mt 1.15.18.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/workben/ucb/ucbdemo.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx index 7e416b10ad25..7caedf4910d3 100644 --- a/ucb/workben/ucb/ucbdemo.cxx +++ b/ucb/workben/ucb/ucbdemo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ucbdemo.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2003-08-07 14:53:41 $ + * last change: $Author: vg $ $Date: 2004-01-06 19:16:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1983,7 +1983,7 @@ MyWin::MyWin( Window *pParent, WinBits nWinStyle, m_bSort( false ) { // ToolBox. - m_pTool = new ToolBox( this, WB_SVLOOK | WB_BORDER | WB_SCROLL ); + m_pTool = new ToolBox( this, WB_3DLOOK | WB_BORDER | WB_SCROLL ); m_pTool->InsertItem ( MYWIN_ITEMID_CLEAR, UniString::CreateFromAscii( |