summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/redcom.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:33:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:33:31 +0000
commitf154e35c7c11f88b643fd9d5138037c2d849d266 (patch)
tree50c409816ee6e1970288702126fa6a9600ba726e /sc/source/ui/miscdlgs/redcom.cxx
parent9fca88dfb93ce79c501c4b582d2d1c911995d669 (diff)
INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED
2006/12/12 17:03:18 nn 1.8.110.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/miscdlgs/redcom.cxx')
-rw-r--r--sc/source/ui/miscdlgs/redcom.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/miscdlgs/redcom.cxx b/sc/source/ui/miscdlgs/redcom.cxx
index 624c32ee6b30..911af46de512 100644
--- a/sc/source/ui/miscdlgs/redcom.cxx
+++ b/sc/source/ui/miscdlgs/redcom.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: redcom.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 14:09:00 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:33:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -176,10 +176,10 @@ void ScRedComDialog::SelectCell()
}
}
-IMPL_LINK(ScRedComDialog, PrevHdl, AbstractSvxPostItDialog*, pDlg )
+IMPL_LINK(ScRedComDialog, PrevHdl, AbstractSvxPostItDialog*, pDlgP )
{
- if (pDocShell!=NULL && pDlg->GetNote() != aComment )
- pDocShell->SetChangeComment( pChangeAction, pDlg->GetNote());
+ if (pDocShell!=NULL && pDlgP->GetNote() != aComment )
+ pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote());
ReInit(FindPrev(pChangeAction));
SelectCell();
@@ -187,10 +187,10 @@ IMPL_LINK(ScRedComDialog, PrevHdl, AbstractSvxPostItDialog*, pDlg )
return 0;
}
-IMPL_LINK(ScRedComDialog, NextHdl, AbstractSvxPostItDialog*, pDlg )
+IMPL_LINK(ScRedComDialog, NextHdl, AbstractSvxPostItDialog*, pDlgP )
{
- if ( pDocShell!=NULL && pDlg->GetNote() != aComment )
- pDocShell->SetChangeComment( pChangeAction, pDlg->GetNote());
+ if ( pDocShell!=NULL && pDlgP->GetNote() != aComment )
+ pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote());
ReInit(FindNext(pChangeAction));
SelectCell();