summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fupoor.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:23:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:23:28 +0000
commit688dab9073794ac281139119b370052ccf31f7a1 (patch)
tree6607b6306e1519bebfe3ec4b10c1ab131fbb1374 /sc/source/ui/inc/fupoor.hxx
parent71c18e3957cf1619b354a65e5fbec717741ebd85 (diff)
INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED
2006/12/01 08:53:32 nn 1.5.324.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/inc/fupoor.hxx')
-rw-r--r--sc/source/ui/inc/fupoor.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/fupoor.hxx b/sc/source/ui/inc/fupoor.hxx
index 22f461f41b75..26f687ee700a 100644
--- a/sc/source/ui/inc/fupoor.hxx
+++ b/sc/source/ui/inc/fupoor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fupoor.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:29:43 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:23:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -101,7 +101,7 @@ private:
void SetMouseButtonCode(sal_uInt16 nNew) { if(nNew != mnCode) mnCode = nNew; }
const sal_uInt16 GetMouseButtonCode() const { return mnCode; }
- virtual void Paint(const Rectangle& rRect, Window* pWin) {}
+ virtual void Paint(const Rectangle&, Window*) {}
virtual void DoCut();
virtual void DoCopy();
@@ -109,7 +109,7 @@ private:
// Mouse- & Key-Events; Returnwert=TRUE: Event wurde bearbeitet
virtual BOOL KeyInput(const KeyEvent& rKEvt);
- virtual BOOL MouseMove(const MouseEvent& rMEvt) { return FALSE; }
+ virtual BOOL MouseMove(const MouseEvent&) { return FALSE; }
// #95491# moved from inline to *.cxx
virtual BOOL MouseButtonUp(const MouseEvent& rMEvt); // { return FALSE; }