summaryrefslogtreecommitdiff
path: root/sw/source/core/access
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:30:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:30:15 +0000
commit9fdbcbaba2e04c7e87f4ec73a24d259e92bbbc77 (patch)
tree6a71c90f5ffc661fd1d15eb10807667ca6365f32 /sw/source/core/access
parenteb5b7a5f6490dcaa3d99f43fa3a9e11c917c25a0 (diff)
INTEGRATION: CWS swlists01 (1.76.42); FILE MERGED
2008/05/14 12:57:08 od 1.76.42.1: #i86732# remove no longer needed code
Diffstat (limited to 'sw/source/core/access')
-rw-r--r--sw/source/core/access/accpara.cxx46
1 files changed, 1 insertions, 45 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx
index 5cc0bb42549d..445abc186c91 100644
--- a/sw/source/core/access/accpara.cxx
+++ b/sw/source/core/access/accpara.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: accpara.cxx,v $
- * $Revision: 1.76 $
+ * $Revision: 1.77 $
*
* This file is part of OpenOffice.org.
*
@@ -1035,50 +1035,6 @@ Sequence< OUString > SAL_CALL SwAccessibleParagraph::getSupportedServiceNames()
return aRet;
}
-// --> OD 2006-07-20 #i63870# - no longer needed.
-//Sequence<OUString> getAttributeNames()
-//{
-// static Sequence<OUString>* pNames = NULL;
-
-// if( pNames == NULL )
-// {
-// Sequence<OUString>* pSeq = new Sequence<OUString>( 15 );
-// OUString* pStrings = pSeq->getArray();
-
-// // sorted list of strings
-// sal_Int32 i = 0;
-
-//#define CHAR_BACK_COLOR_POS 0
-
-//#define STR(x) pStrings[i++] = OUString(RTL_CONSTASCII_USTRINGPARAM(x))
-// STR("CharBackColor");
-// STR("CharColor");
-// STR("CharEscapement");
-// STR("CharHeight");
-// STR("CharPosture");
-// STR("CharStrikeout");
-// STR("CharUnderline");
-// STR("CharWeight");
-// STR("ParaAdjust");
-// STR("ParaBottomMargin");
-// STR("ParaFirstLineIndent");
-// STR("ParaLeftMargin");
-// STR("ParaLineSpacing");
-// STR("ParaRightMargin");
-// STR("ParaTabStops");
-//#undef STR
-
-// DBG_ASSERT( i == pSeq->getLength(), "Please adjust length" );
-// if( i != pSeq->getLength() )
-// pSeq->realloc( i );
-
-// pNames = pSeq;
-// }
-
-// return *pNames;
-//}
-// <--
-
//
//===== XInterface =======================================================
//