summaryrefslogtreecommitdiff
path: root/svtools/source/items
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:12:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:12:30 +0000
commit00bdd967a1ccc28b7bc09b059650625cf6ff4da2 (patch)
tree90ae1c90793502da3e8c9b2109f37295c0c1a1ad /svtools/source/items
parenta3eca3ed94106442315fdddb8da7650a23cea2c7 (diff)
INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED
2005/11/15 17:54:41 pl 1.5.60.1: #i55991# removed warnings
Diffstat (limited to 'svtools/source/items')
-rw-r--r--svtools/source/items/macitem.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/items/macitem.cxx b/svtools/source/items/macitem.cxx
index 5184e3419d2b..b0468f0b53bd 100644
--- a/svtools/source/items/macitem.cxx
+++ b/svtools/source/items/macitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: macitem.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:59:16 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:12:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -240,9 +240,9 @@ SfxPoolItem* SvxMacroItem::Clone( SfxItemPool* ) const
SfxItemPresentation SvxMacroItem::GetPresentation
(
- SfxItemPresentation ePres,
- SfxMapUnit eCoreUnit,
- SfxMapUnit ePresUnit,
+ SfxItemPresentation /*ePres*/,
+ SfxMapUnit /*eCoreUnit*/,
+ SfxMapUnit /*ePresUnit*/,
XubString& rText,
const IntlWrapper *
) const
@@ -267,7 +267,7 @@ SfxItemPresentation SvxMacroItem::GetPresentation
// -----------------------------------------------------------------------
-SvStream& SvxMacroItem::Store( SvStream& rStrm , USHORT nItemVersion ) const
+SvStream& SvxMacroItem::Store( SvStream& rStrm , USHORT ) const
{
return aMacroTable.Write( rStrm );
}