summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/attrdesc.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 08:31:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 08:31:49 +0000
commit4951e3ffaf058beede80c5d88c7e910edb430fa5 (patch)
tree1ec39a03271777b88e2b772ebd6d4c853db60e7f /sw/source/ui/utlui/attrdesc.cxx
parent153bfc4b8308086c80378e70a4055e39d28344ea (diff)
INTEGRATION: CWS swmergeborders (1.14.46); FILE MERGED
2004/02/26 10:16:57 os 1.14.46.1: #i25027# SwParaConnectBorderItem::GetPresentation completed
Diffstat (limited to 'sw/source/ui/utlui/attrdesc.cxx')
-rw-r--r--sw/source/ui/utlui/attrdesc.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/ui/utlui/attrdesc.cxx b/sw/source/ui/utlui/attrdesc.cxx
index a559f399e6..8959be426c 100644
--- a/sw/source/ui/utlui/attrdesc.cxx
+++ b/sw/source/ui/utlui/attrdesc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attrdesc.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 18:42:50 $
+ * last change: $Author: hr $ $Date: 2004-03-09 09:31:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -415,9 +415,7 @@ SfxItemPresentation SwParaConnectBorderItem::GetPresentation
const IntlWrapper* pIntl
) const
{
- // no UI support available
- return SfxBoolItem::GetPresentation( ePres, eCoreUnit, ePresUnit, rText, pIntl );
-/* switch ( ePres )
+ switch ( ePres )
{
case SFX_ITEM_PRESENTATION_NONE:
rText.Erase();
@@ -431,7 +429,6 @@ SfxItemPresentation SwParaConnectBorderItem::GetPresentation
}
}
return SFX_ITEM_PRESENTATION_NONE;
- */
}