summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellManager.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 18:09:20 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 18:09:20 +0000
commit41585ac2f8da94c5ea9e06d6faa7083eaebb8c75 (patch)
tree905aced7f4758d6300ca4a3ada1633fd3a37ffb7 /sd/source/ui/view/ViewShellManager.cxx
parenta1ae2fae02659a0afad4ec5eb15a261515d7eee3 (diff)
INTEGRATION: CWS sdwarningsbegone (1.16.34); FILE MERGED
2006/11/27 13:48:17 cl 1.16.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:13:16 cl 1.16.34.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/22 12:42:25 cl 1.16.34.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/view/ViewShellManager.cxx')
-rwxr-xr-xsd/source/ui/view/ViewShellManager.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/ViewShellManager.cxx b/sd/source/ui/view/ViewShellManager.cxx
index a40112d8137c..4c9f34afbd23 100755
--- a/sd/source/ui/view/ViewShellManager.cxx
+++ b/sd/source/ui/view/ViewShellManager.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShellManager.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:40:43 $
+ * last change: $Author: kz $ $Date: 2006-12-12 19:09:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -491,7 +491,7 @@ void ViewShellManager::UnlockUpdate (void)
//===== ViewShellManager::Implementation ======================================
ViewShellManager::Implementation::Implementation (
- ViewShellManager& rManager,
+ ViewShellManager& ,
ViewShellBase& rBase)
: mrBase(rBase),
maMutex(),
@@ -893,7 +893,7 @@ void ViewShellManager::Implementation::ReplaceUndoManager (
SfxUndoManager* pManager,
SfxUndoManager* pReplacement)
{
- for (int i=0; ;++i)
+ for (USHORT i=0; ;++i)
{
SfxShell* pShell = mrBase.GetSubShell(i);
if (pShell == NULL)
@@ -1325,7 +1325,7 @@ void ViewShellManager::Implementation::DestroyViewShell (
void ViewShellManager::Implementation::DestroySubShell (
- const ViewShell& rParentShell,
+ const ViewShell& ,
const ShellDescriptor<SfxShell>& rDescriptor)
{
OSL_ASSERT(rDescriptor.mpFactory.get() != NULL);