Kaydet (Commit) b74c4e51 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED

2006/10/12 08:14:53 fs 1.21.12.1: #i69246# LEFT/VCENTER instead of CENTER
üst 29962418
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: TableWindowTitle.cxx,v $ * $RCSfile: TableWindowTitle.cxx,v $
* *
* $Revision: 1.21 $ * $Revision: 1.22 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 07:26:26 $ * last change: $Author: kz $ $Date: 2006-12-13 16:54:41 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -92,7 +92,7 @@ using namespace ::com::sun::star::uno; ...@@ -92,7 +92,7 @@ using namespace ::com::sun::star::uno;
DBG_NAME(OTableWindowTitle) DBG_NAME(OTableWindowTitle)
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
OTableWindowTitle::OTableWindowTitle( OTableWindow* pParent ) : OTableWindowTitle::OTableWindowTitle( OTableWindow* pParent ) :
FixedText( pParent, WB_3DLOOK|WB_CENTER|WB_NOLABEL ) FixedText( pParent, WB_3DLOOK|WB_LEFT|WB_NOLABEL|WB_VCENTER )
,m_pTabWin( pParent ) ,m_pTabWin( pParent )
{ {
DBG_CTOR(OTableWindowTitle,NULL); DBG_CTOR(OTableWindowTitle,NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment