diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:07:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:07:14 +0000 |
commit | b518bdd40490dfc5dd0cce516241696f7d612076 (patch) | |
tree | c9ffcba504a5ce4c23a5521f5d9865d34778f2a3 | |
parent | 6f827dc03bc800d703a4fa97e0100b7489282310 (diff) |
INTEGRATION: CWS sdwarningsbegone (1.5.36); FILE MERGED
2006/11/22 12:42:24 cl 1.5.36.1: #i69285# warning free code changes for unxlngi6.pro
-rw-r--r-- | sd/source/ui/view/SlideSorterViewShellBase.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/SlideSorterViewShellBase.cxx b/sd/source/ui/view/SlideSorterViewShellBase.cxx index d5335cb70106..4b2e54e3f1a1 100644 --- a/sd/source/ui/view/SlideSorterViewShellBase.cxx +++ b/sd/source/ui/view/SlideSorterViewShellBase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SlideSorterViewShellBase.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:32:19 $ + * last change: $Author: kz $ $Date: 2006-12-12 19:07:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,9 +87,9 @@ void SlideSorterViewShellBase::InitFactory() SlideSorterViewShellBase::SlideSorterViewShellBase ( - SfxViewFrame* pFrame, + SfxViewFrame* _pFrame, SfxViewShell* pOldShell) - : ViewShellBase (pFrame, pOldShell, ViewShell::ST_SLIDE_SORTER) + : ViewShellBase (_pFrame, pOldShell, ViewShell::ST_SLIDE_SORTER) { } |