summaryrefslogtreecommitdiff
path: root/svl/source/items/dateitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/dateitem.cxx')
-rw-r--r--svl/source/items/dateitem.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/svl/source/items/dateitem.cxx b/svl/source/items/dateitem.cxx
index c61d64625ba0..054e11703d24 100644
--- a/svl/source/items/dateitem.cxx
+++ b/svl/source/items/dateitem.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -143,12 +143,12 @@ SfxPoolItem* SfxDateTimeItem::Clone( SfxItemPool* ) const
SfxItemPresentation SfxDateTimeItem::GetPresentation
(
- SfxItemPresentation /*ePresentation*/,
- SfxMapUnit /*eCoreMetric*/,
- SfxMapUnit /*ePresentationMetric*/,
- XubString& rText,
+ SfxItemPresentation /*ePresentation*/,
+ SfxMapUnit /*eCoreMetric*/,
+ SfxMapUnit /*ePresentationMetric*/,
+ XubString& rText,
const IntlWrapper * pIntlWrapper
-) const
+) const
{
DBG_CHKTHIS(SfxDateTimeItem, 0);
if (aDateTime.IsValid())
@@ -239,12 +239,12 @@ SfxPoolItem* SfxColumnDateTimeItem::Clone( SfxItemPool* ) const
SfxItemPresentation SfxColumnDateTimeItem::GetPresentation
(
- SfxItemPresentation /*ePresentation*/,
- SfxMapUnit /*eCoreMetric*/,
- SfxMapUnit /*ePresentationMetric*/,
- XubString& rText,
+ SfxItemPresentation /*ePresentation*/,
+ SfxMapUnit /*eCoreMetric*/,
+ SfxMapUnit /*ePresentationMetric*/,
+ XubString& rText,
const IntlWrapper * pIntlWrapper
-) const
+) const
{
DBG_ASSERT(pIntlWrapper,
"SfxColumnDateTimeItem::GetPresentation():"