summaryrefslogtreecommitdiff
path: root/forms/source/solar/control/navtoolbar.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:02:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:02:58 +0000
commitbb28c1cafd132a33dc1c960c1a47eaf6d225f4f8 (patch)
tree2fb2a1e94d79a1312a0c5805cc199ee7a818d96b /forms/source/solar/control/navtoolbar.cxx
parentd3a85e5c81142c10f75af437d1617e2528dfaf6e (diff)
INTEGRATION: CWS warnings01 (1.7.68); FILE MERGED
2006/05/23 17:46:54 sb 1.7.68.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/14 15:20:34 fs 1.7.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/solar/control/navtoolbar.cxx')
-rw-r--r--forms/source/solar/control/navtoolbar.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx
index 9251e06a0ed2..2e2f129ceb2f 100644
--- a/forms/source/solar/control/navtoolbar.cxx
+++ b/forms/source/solar/control/navtoolbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: navtoolbar.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:27:27 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:02:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -144,9 +144,9 @@ namespace frm
//---------------------------------------------------------------------
NavigationToolBar::NavigationToolBar( Window* _pParent, WinBits _nStyle )
:Window( _pParent, _nStyle )
- ,m_pToolbar( NULL )
,m_pDispatcher( NULL )
,m_eImageSize( eSmall )
+ ,m_pToolbar( NULL )
{
DBG_CTOR( NavigationToolBar, NULL );
implInit( );