diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 16:40:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 16:40:01 +0000 |
commit | 76a85694027b25c701af28d8c887f09c8c7dcc1c (patch) | |
tree | 5d966dd71929fa071bddc8afc9e192645a04651d | |
parent | 05077d447e1fae57d18ff52409b414acf7690d5c (diff) |
INTEGRATION: CWS pj43 (1.10.80); FILE MERGED
2005/12/07 19:54:40 pjanik 1.10.80.1: #i59039#: sal_Int32 -> long (unify the usage of SetTabs).
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_dialog.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog.cxx b/desktop/source/deployment/gui/dp_gui_dialog.cxx index adae196ce4af..b437705f8ddc 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_dialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dp_gui_dialog.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:16:27 $ + * last change: $Author: hr $ $Date: 2005-12-28 17:40:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -227,7 +227,7 @@ DialogImpl::~DialogImpl() selWidth - statusWidth - vscrollWidth ); that->m_headerBar->InsertItem( ITEM_ID_STATUS, strStatus, statusWidth ); - sal_Int32 tabs[ 3 ]; + long tabs[ 3 ]; tabs[ 0 ] = 2; // two tabs tabs[ 1 ] = statusWidth; tabs[ 2 ] = selWidth - statusWidth - vscrollWidth; |