summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdlayer.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:38:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:38:57 +0000
commit6e1b285e31175cde3b12c964a9091c6c12c760e2 (patch)
tree798e9278dcc263f054b18679fb539ff3f3a9731a /svx/source/svdraw/svdlayer.cxx
parent737d98f19558f5b2bdb3e7a5ff62f36bd4148602 (diff)
INTEGRATION: CWS warnings01 (1.9.220); FILE MERGED
2006/02/22 20:47:22 aw 1.9.220.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/svdraw/svdlayer.cxx')
-rw-r--r--svx/source/svdraw/svdlayer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdlayer.cxx b/svx/source/svdraw/svdlayer.cxx
index ee87cff633e4..c85ba738e4e5 100644
--- a/svx/source/svdraw/svdlayer.cxx
+++ b/svx/source/svdraw/svdlayer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdlayer.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:30:16 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:38:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -547,7 +547,7 @@ USHORT SdrLayerAdmin::GetLayerPos(SdrLayer* pLayer) const
return USHORT(nRet);
}
-const SdrLayer* SdrLayerAdmin::GetLayer(const XubString& rName, FASTBOOL bInherited) const
+const SdrLayer* SdrLayerAdmin::GetLayer(const XubString& rName, FASTBOOL /*bInherited*/) const
{
UINT16 i(0);
const SdrLayer* pLay = NULL;