summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:55:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:55:58 +0000
commite0d16b9c54bd2828b442617e6785c0d772452078 (patch)
tree519a9e39ed75b801eeb8c36911dddd1c4f3436d7 /sc
parent0b793785a84cc4d409aa53a3f972f35f82b3e62d (diff)
INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED
2006/12/01 08:53:20 nn 1.18.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/Accessibility/AccessiblePreviewCell.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
index 957d0c410898..7c40f5d2538c 100644
--- a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
+++ b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessiblePreviewCell.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 13:06:49 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:55:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,7 +120,6 @@ void ScAccessiblePreviewCell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint
if (rHint.ISA( SfxSimpleHint ))
{
const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint;
- ULONG nId = rRef.GetId();
if (rRef.GetId() == SC_HINT_ACC_VISAREACHANGED)
{
if (mpTextHelper)
@@ -301,13 +300,13 @@ sal_Bool ScAccessiblePreviewCell::IsDefunc(
}
sal_Bool ScAccessiblePreviewCell::IsEditable(
- const uno::Reference<XAccessibleStateSet>& rxParentStates)
+ const uno::Reference<XAccessibleStateSet>& /* rxParentStates */)
{
return sal_False;
}
sal_Bool ScAccessiblePreviewCell::IsOpaque(
- const uno::Reference<XAccessibleStateSet>& rxParentStates)
+ const uno::Reference<XAccessibleStateSet>& /* rxParentStates */)
{
// test whether there is a background color
//! could be moved to ScAccessibleCellBase
@@ -323,7 +322,7 @@ sal_Bool ScAccessiblePreviewCell::IsOpaque(
return bOpaque;
}
-sal_Bool ScAccessiblePreviewCell::IsSelected(const uno::Reference<XAccessibleStateSet>& rxParentStates)
+sal_Bool ScAccessiblePreviewCell::IsSelected(const uno::Reference<XAccessibleStateSet>& /* rxParentStates */)
{
return sal_False;
}