summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 18:05:28 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 18:05:28 +0000
commitf8d0fd1a41526ebe95377be845c2c708ba8ffa54 (patch)
tree1b4b0e2b2edf4451725594269973d47c9c2fc28b
parent29e5175e12910911ca9a88136be6cd9032a0cc8e (diff)
INTEGRATION: CWS sdwarningsbegone (1.5.36); FILE MERGED
2006/11/22 12:42:23 cl 1.5.36.1: #i69285# warning free code changes for unxlngi6.pro
-rw-r--r--sd/source/ui/view/OutlineViewShellBase.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/OutlineViewShellBase.cxx b/sd/source/ui/view/OutlineViewShellBase.cxx
index ac228d980389..70d9a17362b6 100644
--- a/sd/source/ui/view/OutlineViewShellBase.cxx
+++ b/sd/source/ui/view/OutlineViewShellBase.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OutlineViewShellBase.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:30:46 $
+ * last change: $Author: kz $ $Date: 2006-12-12 19:05:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,9 +84,9 @@ void OutlineViewShellBase::InitFactory()
OutlineViewShellBase::OutlineViewShellBase (
- SfxViewFrame* pFrame,
+ SfxViewFrame* _pFrame,
SfxViewShell* pOldShell)
- : ViewShellBase (pFrame, pOldShell, ViewShell::ST_OUTLINE)
+ : ViewShellBase (_pFrame, pOldShell, ViewShell::ST_OUTLINE)
{
}