summaryrefslogtreecommitdiff
path: root/svx/inc/svdibrow.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:43:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:43:34 +0000
commit51f7b4c5c6ea7a2003641b3beca37dde51c0ae97 (patch)
tree531bc50be175f55c5bae082e2223dc113bd69c5b /svx/inc/svdibrow.hxx
parent6fe52350f699d6a6ab82d9188b7a1931f60342a7 (diff)
INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED
2006/03/09 14:10:10 aw 1.6.222.1: #i55991# changes for warning free code
Diffstat (limited to 'svx/inc/svdibrow.hxx')
-rw-r--r--svx/inc/svdibrow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx
index 8c3fa2113262..895c542e410e 100644
--- a/svx/inc/svdibrow.hxx
+++ b/svx/inc/svdibrow.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdibrow.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:45:08 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:43:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -134,7 +134,7 @@ public:
virtual void GetFocus();
void Clear() { aBrowse.Clear(); }
void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=NULL) { aBrowse.SetAttributes(pAttr,p2ndSet); }
- void SetFloatingMode(FASTBOOL bOn) {}
+ void SetFloatingMode(FASTBOOL /*bOn*/) {}
const _SdrItemBrowserControl& GetBrowserControl() const { return aBrowse; }
_SdrItemBrowserControl& GetBrowserControl() { return aBrowse; }
};