summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlinerIteratorImpl.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:36:29 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:36:29 +0000
commitae99d34b445da8f33da6690b994fc92923fd8bdd (patch)
tree17303c37f205d8f757b63c3837506310d8b28990 /sd/source/ui/inc/OutlinerIteratorImpl.hxx
parent15047162f2b647acd9a00cdbc0d00d4c072757ee (diff)
INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED
2006/11/22 12:42:01 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/OutlinerIteratorImpl.hxx')
-rw-r--r--sd/source/ui/inc/OutlinerIteratorImpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
index 6e10ab0b4597..0d5aee899c65 100644
--- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx
+++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OutlinerIteratorImpl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:10:59 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:36:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -266,7 +266,7 @@ private:
sal_Int32 mnPageCount;
// Don't use this operator.
- DocumentIteratorImpl& operator= (const DocumentIteratorImpl& rIterator){return *this;};
+ DocumentIteratorImpl& operator= (const DocumentIteratorImpl& ){return *this;};
};