diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:53:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:53:59 +0000 |
commit | 49fdd3f60ec9562a36c8d249d38a1baababc8fb7 (patch) | |
tree | 9c257f2186f284e564d110b0bdd6d08a965ab20e | |
parent | a408e81f4904051978149f01339ab4519cdfce77 (diff) |
INTEGRATION: CWS sb59 (1.11.60); FILE MERGED
2006/08/18 19:20:51 sb 1.11.60.2: RESYNC: (1.11-1.12); FILE MERGED
2006/08/16 09:31:20 sb 1.11.60.1: #i67487# Made code warning-free (wntmsci10).
-rw-r--r-- | sfx2/source/dialog/versdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/versdlg.cxx b/sfx2/source/dialog/versdlg.cxx index e492cd2b5d46..5e0e4a48bdd1 100644 --- a/sfx2/source/dialog/versdlg.cxx +++ b/sfx2/source/dialog/versdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: versdlg.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:37:50 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:53:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -211,7 +211,7 @@ SfxVersionsTabListBox_Impl::SfxVersionsTabListBox_Impl( Window* pParent, const R } SfxVersionDialog::SfxVersionDialog ( SfxViewFrame* pVwFrame, Window *pParent ) - : SfxModalDialog( pVwFrame, pParent, SfxResId( DLG_VERSIONS ) ) + : SfxModalDialog( pParent, SfxResId( DLG_VERSIONS ) ) , aNewGroup( this, ResId( GB_NEWVERSIONS ) ) , aSaveButton( this, ResId( PB_SAVE ) ) , aSaveCheckBox( this, ResId( CB_SAVEONCLOSE ) ) |