summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-28 21:16:45 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 11:09:32 +0200
commit5210b695af709d856cc88b57e28654dd50b42894 (patch)
tree0f84c2b50916c2fa9926df581a77d47c5bf2d9e7 /sw
parent988acc33014fd18be70bf359a1dd92c70caa6bb3 (diff)
Get rid of these non-printable chars
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/pam.cxx1
-rw-r--r--sw/source/core/crsr/swcrsr.cxx1
-rw-r--r--sw/source/core/crsr/unocrsr.cxx1
-rw-r--r--sw/source/core/crsr/viscrs.cxx2
-rw-r--r--sw/source/core/doc/docredln.cxx2
-rw-r--r--sw/source/core/doc/ftnidx.cxx1
-rw-r--r--sw/source/core/doc/swserv.cxx1
-rw-r--r--sw/source/core/doc/tblafmt.cxx1
-rw-r--r--sw/source/core/fields/cellfml.cxx2
-rw-r--r--sw/source/core/undo/rolbck.cxx1
-rw-r--r--sw/source/core/undo/unins.cxx1
-rw-r--r--sw/source/core/undo/unredln.cxx1
-rw-r--r--sw/source/filter/basflt/fltini.cxx7
-rw-r--r--sw/source/filter/basflt/shellio.cxx1
-rw-r--r--sw/source/filter/html/css1kywd.cxx8
-rw-r--r--sw/source/filter/html/css1kywd.hxx8
-rw-r--r--sw/source/filter/html/htmlcss1.cxx8
-rw-r--r--sw/source/filter/html/htmlctxt.cxx6
-rw-r--r--sw/source/filter/html/htmldraw.cxx3
-rw-r--r--sw/source/filter/html/htmlfld.cxx1
-rw-r--r--sw/source/filter/html/htmlform.cxx1
-rw-r--r--sw/source/filter/html/htmlforw.cxx6
-rw-r--r--sw/source/filter/html/htmlnum.cxx5
-rw-r--r--sw/source/filter/html/htmlplug.cxx5
-rw-r--r--sw/source/filter/html/htmlsect.cxx2
-rw-r--r--sw/source/filter/html/htmltab.cxx11
-rw-r--r--sw/source/filter/html/svxcss1.cxx33
-rw-r--r--sw/source/filter/html/swhtml.cxx12
-rw-r--r--sw/source/filter/rtf/swparrtf.cxx1
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx3
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx4
-rw-r--r--sw/source/filter/ww8/wrtw8num.cxx1
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx5
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx1
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx1
35 files changed, 0 insertions, 148 deletions
diff --git a/sw/source/core/crsr/pam.cxx b/sw/source/core/crsr/pam.cxx
index fa79b3e5f397..5d5f39deb4b6 100644
--- a/sw/source/core/crsr/pam.cxx
+++ b/sw/source/core/crsr/pam.cxx
@@ -253,7 +253,6 @@ SwComparePosition ComparePosition(
return nRet;
}
-/* */
enum CHKSECTION { Chk_Both, Chk_One, Chk_None };
diff --git a/sw/source/core/crsr/swcrsr.cxx b/sw/source/core/crsr/swcrsr.cxx
index 736961db3ee8..b0388fd3da7c 100644
--- a/sw/source/core/crsr/swcrsr.cxx
+++ b/sw/source/core/crsr/swcrsr.cxx
@@ -2097,7 +2097,6 @@ void SwCursor::RestoreSavePos()
}
-/* */
SwTableCursor::SwTableCursor( const SwPosition &rPos, SwPaM* pRing )
: SwCursor( rPos, pRing, false )
diff --git a/sw/source/core/crsr/unocrsr.cxx b/sw/source/core/crsr/unocrsr.cxx
index 6adb1e14dfa7..5a5b5f89f4d3 100644
--- a/sw/source/core/crsr/unocrsr.cxx
+++ b/sw/source/core/crsr/unocrsr.cxx
@@ -205,7 +205,6 @@ sal_Bool SwUnoCrsr::IsSelOvr( int eFlags )
}
-/* */
SwUnoTableCrsr::SwUnoTableCrsr(const SwPosition& rPos)
: SwCursor(rPos,0,false), SwUnoCrsr(rPos), SwTableCursor(rPos), aTblSel(rPos,0,false)
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index e2ba69c29ceb..3ec97b22fa87 100644
--- a/sw/source/core/crsr/viscrs.cxx
+++ b/sw/source/core/crsr/viscrs.cxx
@@ -456,7 +456,6 @@ void SwSelPaintRects::Get1PixelInLogic( const ViewShell& rSh,
}
-/* */
SwShellCrsr::SwShellCrsr( const SwCrsrShell& rCShell, const SwPosition &rPos )
: SwCursor(rPos,0,false), SwSelPaintRects(rCShell), pPt(SwPaM::GetPoint())
@@ -624,7 +623,6 @@ sal_Bool SwShellCrsr::IsAtValidPos( sal_Bool bPoint ) const
return SwCursor::IsAtValidPos( bPoint );
}
-/* */
SwShellTableCrsr::SwShellTableCrsr( const SwCrsrShell& rCrsrSh,
const SwPosition& rPos )
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index efd31bb6c8df..179168a0483b 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -2614,7 +2614,6 @@ void SwDoc::SetRedlinePassword(
SetModified();
}
-/* */
sal_Bool SwRedlineTbl::Insert( SwRedlinePtr& p, sal_Bool bIns )
{
@@ -2848,7 +2847,6 @@ sal_uInt16 SwRedlineTbl::FindPrevSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
return nRet;
}
-/* */
SwRedlineExtraData::~SwRedlineExtraData()
{
diff --git a/sw/source/core/doc/ftnidx.cxx b/sw/source/core/doc/ftnidx.cxx
index 89f4540cf549..2bed0a2a2957 100644
--- a/sw/source/core/doc/ftnidx.cxx
+++ b/sw/source/core/doc/ftnidx.cxx
@@ -333,7 +333,6 @@ SwTxtFtn* SwFtnIdxs::SeekEntry( const SwNodeIndex& rPos, sal_uInt16* pFndPos ) c
return 0;
}
-/* */
const SwSectionNode* SwUpdFtnEndNtAtEnd::FindSectNdWithEndAttr(
const SwTxtFtn& rTxtFtn )
diff --git a/sw/source/core/doc/swserv.cxx b/sw/source/core/doc/swserv.cxx
index 7290240d1151..674f2a634bca 100644
--- a/sw/source/core/doc/swserv.cxx
+++ b/sw/source/core/doc/swserv.cxx
@@ -305,7 +305,6 @@ void SwServerObject::SetDdeBookmark( ::sw::mark::IMark& rBookmark)
" - setting an bookmark that is not DDE-capable");
}
-/* */
SwDataChanged::SwDataChanged( const SwPaM& rPam, sal_uInt16 nTyp )
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx
index 69da092a312c..17323db50192 100644
--- a/sw/source/core/doc/tblafmt.cxx
+++ b/sw/source/core/doc/tblafmt.cxx
@@ -526,7 +526,6 @@ sal_Bool SwBoxAutoFmt::SaveVerionNo( SvStream& rStream ) const
return 0 == rStream.GetError();
}
-/* */
SwTableAutoFmt::SwTableAutoFmt( const String& rName )
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx
index c27498819ee7..973e65ab49d9 100644
--- a/sw/source/core/fields/cellfml.cxx
+++ b/sw/source/core/fields/cellfml.cxx
@@ -248,7 +248,6 @@ double SwTableBox::GetValue( SwTblCalcPara& rCalcPara ) const
return nRet;
}
-/* */
// Struktur, die zum TabelleRechnen benoetigt wird
@@ -303,7 +302,6 @@ sal_Bool SwTblCalcPara::CalcWithStackOverflow()
return !rCalc.IsCalcError();
}
-/* */
SwTableFormula::SwTableFormula( const String& rFormel )
: sFormel( rFormel )
diff --git a/sw/source/core/undo/rolbck.cxx b/sw/source/core/undo/rolbck.cxx
index 0b77d95d30a2..6bcf06b7c4f0 100644
--- a/sw/source/core/undo/rolbck.cxx
+++ b/sw/source/core/undo/rolbck.cxx
@@ -1014,7 +1014,6 @@ void SwHistoryChangeCharFmt::SetInDoc(SwDoc * pDoc, bool )
}
// <- #i27615#
-/* */
SwHistory::SwHistory( sal_uInt16 nInitSz, sal_uInt16 nGrowSz )
diff --git a/sw/source/core/undo/unins.cxx b/sw/source/core/undo/unins.cxx
index ad681e62c722..d845c484261b 100644
--- a/sw/source/core/undo/unins.cxx
+++ b/sw/source/core/undo/unins.cxx
@@ -869,7 +869,6 @@ void SwUndoReRead::SaveGraphicData( const SwGrfNode& rGrfNd )
nMirr = rGrfNd.GetSwAttrSet().GetMirrorGrf().GetValue();
}
-/* */
SwUndoInsertLabel::SwUndoInsertLabel( const SwLabelType eTyp,
const String &rTxt,
diff --git a/sw/source/core/undo/unredln.cxx b/sw/source/core/undo/unredln.cxx
index dde3166bdff7..d36904636ba5 100644
--- a/sw/source/core/undo/unredln.cxx
+++ b/sw/source/core/undo/unredln.cxx
@@ -230,7 +230,6 @@ sal_Bool SwUndoRedlineDelete::CanGrouping( const SwUndoRedlineDelete& rNext )
return bRet;
}
-/* */
SwUndoRedlineSort::SwUndoRedlineSort( const SwPaM& rRange,
const SwSortOptions& rOpt )
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index ac3cb757e71d..7f83ff1f558b 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -155,7 +155,6 @@ void _FinitFilter()
}
}
-/* */
namespace SwReaderWriter {
@@ -201,7 +200,6 @@ sal_Bool Writer::IsStgWriter() const { return sal_False; }
sal_Bool StgWriter::IsStgWriter() const { return sal_True; }
-/* */
@@ -217,7 +215,6 @@ sal_Bool SwReader::CheckPasswd( const String& /*rPasswd*/, const Reader& /*rOpti
}
-/* */
//-----------------------------------------------------------------------
// Filter Flags lesen, wird von WW8 / W4W / EXCEL / LOTUS benutzt.
@@ -295,7 +292,6 @@ void SwFilterOptions::GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
void SwFilterOptions::Commit() {}
void SwFilterOptions::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {}
-/* */
void StgReader::SetFltName( const String& rFltNm )
@@ -305,7 +301,6 @@ void StgReader::SetFltName( const String& rFltNm )
}
-/* */
SwRelNumRuleSpaces::SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNDoc )
: bNewDoc( bNDoc )
@@ -468,7 +463,6 @@ void SwRelNumRuleSpaces::SetNumLSpace( SwTxtNode& rNd, const SwNumRule& rRule )
}
}
-/* */
void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
@@ -584,7 +578,6 @@ void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
}
}
-/* */
struct CharSetNameMap
{
rtl_TextEncoding eCode;
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index c90dc8387b16..26adf8456b73 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -958,7 +958,6 @@ sal_uLong SwWriter::Write( WriterRef& rxWriter, const String* pRealFileName )
}
-/* */
// ----------------------------------------------------------------------
diff --git a/sw/source/filter/html/css1kywd.cxx b/sw/source/filter/html/css1kywd.cxx
index 292e17d78021..5f12b640b070 100644
--- a/sw/source/filter/html/css1kywd.cxx
+++ b/sw/source/filter/html/css1kywd.cxx
@@ -32,11 +32,9 @@
#include "css1kywd.hxx"
-/* */
sal_Char CSS1_CONSTASCII_DEF( sCSS_mimetype, "text/css" );
-/* */
// ein par allgemeine Strings
@@ -71,7 +69,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_UNIT_px, "px" );
sal_Char CSS1_CONSTASCII_DEF( sCSS1_UNIT_em, "em" );
sal_Char CSS1_CONSTASCII_DEF( sCSS1_UNIT_ex, "ex" );
-/* */
// Strings fuer Font-Properties
@@ -133,7 +130,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_font, "font" );
-/* */
// Strings fuer Farb- und Hintergrund-Properties
@@ -157,7 +153,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_PV_bottom, "bottom" );
sal_Char CSS1_CONSTASCII_DEF( sCSS1_PV_scroll, "scroll" );
-/* */
// Strings fuer Text-Properties
@@ -187,7 +182,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_text_indent, "text-indent" );
sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_line_height, "line-height" );
-/* */
// Strings fuer Box-Properties
@@ -238,7 +232,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_height, "height" );
sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_float, "float" );
-/* */
// Strings fuer Positioning
@@ -252,7 +245,6 @@ sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_left, "left" );
sal_Char CSS1_CONSTASCII_DEF( sCSS1_P_top, "top" );
-/* */
// Feature: PrintExt
diff --git a/sw/source/filter/html/css1kywd.hxx b/sw/source/filter/html/css1kywd.hxx
index 5589db6f9687..2c4d0dc3dae8 100644
--- a/sw/source/filter/html/css1kywd.hxx
+++ b/sw/source/filter/html/css1kywd.hxx
@@ -38,11 +38,9 @@
#define CSS1_CONSTASCII_DEF( n, s ) n[sizeof(s)] = s
#endif
-/* */
extern sal_Char CSS1_CONSTASCII_DECL( sCSS_mimetype, "text/css" );
-/* */
// ein par allgemeine Strings
@@ -77,7 +75,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_UNIT_px, "px" );
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_UNIT_em, "em" );
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_UNIT_ex, "ex" );
-/* */
// Strings fuer Font-Properties
@@ -139,7 +136,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_font, "font" );
-/* */
// Strings fuer Farb- und Hintergrund-Properties
@@ -163,7 +159,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_PV_bottom, "bottom" );
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_PV_scroll, "scroll" );
-/* */
// Strings fuer Text-Properties
@@ -193,7 +188,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_text_indent, "text-indent" );
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_line_height, "line-height" );
-/* */
// Strings fuer Box-Properties
@@ -244,7 +238,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_height, "height" );
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_float, "float" );
-/* */
// Strings fuer Positioning
@@ -258,7 +251,6 @@ extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_left, "left" );
extern sal_Char CSS1_CONSTASCII_DECL( sCSS1_P_top, "top" );
-/* */
// Feature: PrintExt
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx
index 9c72048fb83f..5f295be712b0 100644
--- a/sw/source/filter/html/htmlcss1.cxx
+++ b/sw/source/filter/html/htmlcss1.cxx
@@ -84,7 +84,6 @@ using namespace ::com::sun::star;
void lcl_swcss1_setEncoding( SwFmt& rFmt, rtl_TextEncoding eEnc );
-/* */
// Implementierung des SwCSS1Parsers (eigentlich swcss1.cxx)
static struct SwCSS1ItemIds
@@ -147,7 +146,6 @@ SwCSS1Parser::~SwCSS1Parser()
}
-/* */
// Feature: PrintExt
sal_Bool SwCSS1Parser::SetFmtBreak( SfxItemSet& rItemSet,
@@ -1171,7 +1169,6 @@ const FontList *SwCSS1Parser::GetFontList() const
return pFList;
}
-/* */
SwCharFmt* SwCSS1Parser::GetChrFmt( sal_uInt16 nToken2, const String& rClass ) const
{
@@ -1253,7 +1250,6 @@ SwCharFmt* SwCSS1Parser::GetChrFmt( sal_uInt16 nToken2, const String& rClass ) c
}
-/* */
SwTxtFmtColl *SwCSS1Parser::GetTxtCollFromPool( sal_uInt16 nPoolId ) const
{
@@ -1502,7 +1498,6 @@ sal_Bool SwCSS1Parser::MayBePositioned( const SvxCSS1PropertyInfo& rPropInfo,
}
-/* */
void SwCSS1Parser::AddClassName( String& rFmtName, const String& rClass )
{
@@ -1511,7 +1506,6 @@ void SwCSS1Parser::AddClassName( String& rFmtName, const String& rClass )
(rFmtName += '.') += rClass;
}
-/* */
void SwCSS1Parser::FillDropCap( SwFmtDrop& rDrop,
SfxItemSet& rItemSet,
@@ -1592,7 +1586,6 @@ void SwCSS1Parser::FillDropCap( SwFmtDrop& rDrop,
}
}
-/* */
// CSS1-sezifisches des SwHTMLParsers
@@ -2195,7 +2188,6 @@ void SwHTMLParser::SetFrmFmtAttrs( SfxItemSet &rItemSet,
}
-/* */
_HTMLAttrContext *SwHTMLParser::PopContext( sal_uInt16 nToken, sal_uInt16 nLimit,
sal_Bool bRemove )
diff --git a/sw/source/filter/html/htmlctxt.cxx b/sw/source/filter/html/htmlctxt.cxx
index 3717496db121..c1d932094bf7 100644
--- a/sw/source/filter/html/htmlctxt.cxx
+++ b/sw/source/filter/html/htmlctxt.cxx
@@ -51,7 +51,6 @@
using namespace ::com::sun::star;
-/* */
class _HTMLAttrContext_SaveDoc
@@ -128,7 +127,6 @@ _HTMLAttrTable *_HTMLAttrContext_SaveDoc::GetAttrTab( sal_Bool bCreate )
return pAttrTab;
}
-/* */
_HTMLAttrContext_SaveDoc *_HTMLAttrContext::GetSaveDocContext( sal_Bool bCreate )
{
@@ -144,7 +142,6 @@ void _HTMLAttrContext::ClearSaveDocContext()
pSaveDocContext = 0;
}
-/* */
void SwHTMLParser::SplitAttrTab( const SwPosition& rNewPos )
{
@@ -347,7 +344,6 @@ void SwHTMLParser::RestoreDocContext( _HTMLAttrContext *pCntxt )
pCntxt->ClearSaveDocContext();
}
-/* */
void SwHTMLParser::EndContext( _HTMLAttrContext *pContext )
{
@@ -434,7 +430,6 @@ void SwHTMLParser::ClearContext( _HTMLAttrContext *pContext )
StartListing();
}
-/* */
sal_Bool SwHTMLParser::DoPositioning( SfxItemSet &rItemSet,
SvxCSS1PropertyInfo &rPropInfo,
@@ -508,7 +503,6 @@ sal_Bool SwHTMLParser::CreateContainer( const String& rClass,
return bRet;
}
-/* */
void SwHTMLParser::InsertAttrs( SfxItemSet &rItemSet,
SvxCSS1PropertyInfo &rPropInfo,
diff --git a/sw/source/filter/html/htmldraw.cxx b/sw/source/filter/html/htmldraw.cxx
index 19b330e3c198..2edb3dde8b06 100644
--- a/sw/source/filter/html/htmldraw.cxx
+++ b/sw/source/filter/html/htmldraw.cxx
@@ -94,7 +94,6 @@ static HTMLOptionEnum aHTMLMarqDirectionTable[] =
{ 0, 0 }
};
-/* */
void SwHTMLParser::InsertDrawObject( SdrObject* pNewDrawObj,
const Size& rPixSpace,
sal_Int16 eVertOri,
@@ -228,7 +227,6 @@ void SwHTMLParser::InsertDrawObject( SdrObject* pNewDrawObj,
pDoc->Insert( *pPam, *pNewDrawObj, &aFrmSet, NULL );
}
-/* */
static void PutEEPoolItem( SfxItemSet &rEEItemSet,
const SfxPoolItem& rSwItem )
@@ -617,7 +615,6 @@ void SwHTMLParser::ResizeDrawObject( SdrObject* pObj, SwTwips nWidth )
pObj->SetLogicRect( Rectangle( rOldRect.TopLeft(), aNewSz ) );
}
-/* */
const SdrObject *SwHTMLWriter::GetMarqueeTextObj( const SwDrawFrmFmt& rFmt )
{
diff --git a/sw/source/filter/html/htmlfld.cxx b/sw/source/filter/html/htmlfld.cxx
index b474a8a0ea29..182694fe30f6 100644
--- a/sw/source/filter/html/htmlfld.cxx
+++ b/sw/source/filter/html/htmlfld.cxx
@@ -204,7 +204,6 @@ static HTMLOptionEnum aHTMLFileNameFldFmtTable[] =
{ 0, 0 }
};
-/* */
sal_uInt16 SwHTMLParser::GetNumType( const String& rStr, sal_uInt16 nDfltType )
{
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index e8a6330a91bf..a6ef89445241 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -184,7 +184,6 @@ const sal_Char * aEventOptionTable[] =
0
};
-/* */
class SwHTMLForm_Impl
{
diff --git a/sw/source/filter/html/htmlforw.cxx b/sw/source/filter/html/htmlforw.cxx
index 1c7c129a6573..76810aaad7be 100644
--- a/sw/source/filter/html/htmlforw.cxx
+++ b/sw/source/filter/html/htmlforw.cxx
@@ -76,7 +76,6 @@
using namespace ::com::sun::star;
using ::rtl::OUString;
-/* */
const sal_uInt32 HTML_FRMOPTS_CONTROL =
0;
@@ -93,7 +92,6 @@ const sal_uInt32 HTML_FRMOPTS_IMG_CONTROL_CSS1 =
HTML_FRMOPT_S_SPACE;
-/* */
struct HTMLControl
{
@@ -119,7 +117,6 @@ struct HTMLControl
SV_IMPL_OP_PTRARR_SORT( HTMLControls, HTMLControl* )
-/* */
void lcl_html_outEvents( SvStream& rStrm,
const uno::Reference< form::XFormComponent > rFormComp,
@@ -679,7 +676,6 @@ void SwHTMLWriter::OutHiddenControls(
}
}
-/* */
// hier folgen die Ausgabe-Routinen, dadurch sind die form::Forms gebuendelt:
@@ -1345,7 +1341,6 @@ Writer& OutHTML_DrawFrmFmtAsControl( Writer& rWrt,
return rWrt;
}
-/* */
// Ermitteln, ob eine Format zu einem Control gehoert und wenn ja
// dessen Form zurueckgeben
@@ -1430,7 +1425,6 @@ void SwHTMLWriter::GetControls()
}
}
-/* */
HTMLControl::HTMLControl(
const uno::Reference< container::XIndexContainer > & rFormComps,
diff --git a/sw/source/filter/html/htmlnum.cxx b/sw/source/filter/html/htmlnum.cxx
index 95397091ce61..1c703705f7f1 100644
--- a/sw/source/filter/html/htmlnum.cxx
+++ b/sw/source/filter/html/htmlnum.cxx
@@ -71,7 +71,6 @@ static HTMLOptionEnum aHTMLULTypeTable[] =
{ 0, 0 }
};
-/* */
void SwHTMLNumRuleInfo::Set( const SwTxtNode& rTxtNd )
{
@@ -97,7 +96,6 @@ void SwHTMLNumRuleInfo::Set( const SwTxtNode& rTxtNd )
}
}
-/* */
void SwHTMLParser::NewNumBulList( int nToken )
{
@@ -473,7 +471,6 @@ void SwHTMLParser::EndNumBulList( int nToken )
}
-/* */
void SwHTMLParser::NewNumBulListItem( int nToken )
{
@@ -646,7 +643,6 @@ void SwHTMLParser::EndNumBulListItem( int nToken, sal_Bool bSetColl,
SetTxtCollAttrs();
}
-/* */
void SwHTMLParser::SetNodeNum( sal_uInt8 nLevel, bool bCountedInList )
{
@@ -666,7 +662,6 @@ void SwHTMLParser::SetNodeNum( sal_uInt8 nLevel, bool bCountedInList )
}
-/* */
void SwHTMLWriter::FillNextNumInfo()
{
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 9f935269527d..bf93b7fdaed7 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -128,7 +128,6 @@ const sal_uLong HTML_FRMOPTS_OLE_CSS1 =
HTML_FRMOPT_S_ALIGN |
HTML_FRMOPT_S_SPACE;
-/* */
void SwHTMLParser::SetFixSize( const Size& rPixSize,
const Size& rTwipDfltSize,
@@ -302,7 +301,6 @@ void SwHTMLParser::SetSpace( const Size& rPixSpace,
}
}
-/* */
void SwHTMLParser::InsertEmbed()
{
@@ -493,7 +491,6 @@ void SwHTMLParser::InsertEmbed()
}
}
-/* */
#ifdef SOLAR_JAVA
void SwHTMLParser::NewObject()
@@ -829,7 +826,6 @@ void SwHTMLParser::InsertParam()
}
-/* */
void SwHTMLParser::InsertFloatingFrame()
{
@@ -965,7 +961,6 @@ void SwHTMLParser::InsertFloatingFrame()
bInFloatingFrame = sal_True;
}
-/* */
sal_uInt16 SwHTMLWriter::GuessOLENodeFrmType( const SwNode& rNode )
{
diff --git a/sw/source/filter/html/htmlsect.cxx b/sw/source/filter/html/htmlsect.cxx
index de84e810fbba..be3a163b8e53 100644
--- a/sw/source/filter/html/htmlsect.cxx
+++ b/sw/source/filter/html/htmlsect.cxx
@@ -769,7 +769,6 @@ void SwHTMLParser::NewMultiCol()
PushContext( pCntxt );
}
-/* */
void SwHTMLParser::InsertFlyFrame( const SfxItemSet& rItemSet,
_HTMLAttrContext *pCntxt,
@@ -798,7 +797,6 @@ void SwHTMLParser::InsertFlyFrame( const SfxItemSet& rItemSet,
}
-/* */
void SwHTMLParser::MovePageDescAttrs( SwNode *pSrcNd,
sal_uLong nDestIdx,
diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx
index 40c90d93def9..1552660e1422 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -169,7 +169,6 @@ public:
sal_uInt16 GetContextStAttrMin() const { return nContextStAttrMin; }
};
-/* */
// Cell content is a linked list with SwStartNodes and
// HTMLTables.
@@ -214,7 +213,6 @@ public:
SwHTMLTableLayoutCnts *CreateLayoutInfo();
};
-/* */
// Cell of a HTML table
class HTMLTableCell
@@ -282,7 +280,6 @@ public:
sal_Bool IsCovered() const { return mbCovered; }
};
-/* */
// Row of a HTML table
typedef HTMLTableCell* HTMLTableCellPtr;
@@ -671,7 +668,6 @@ SV_IMPL_PTRARR(HTMLTableCells,HTMLTableCellPtr)
SV_IMPL_PTRARR(HTMLTableRows,HTMLTableRowPtr)
SV_IMPL_PTRARR(HTMLTableColumns,HTMLTableColumnPtr)
-/* */
void HTMLTableCnts::InitCtor()
@@ -731,7 +727,6 @@ SwHTMLTableLayoutCnts *HTMLTableCnts::CreateLayoutInfo()
return pLayoutInfo;
}
-/* */
HTMLTableCell::HTMLTableCell():
pContents(0),
@@ -825,7 +820,6 @@ SwHTMLTableLayoutCell *HTMLTableCell::CreateLayoutInfo()
bRelWidth, bNoWrap );
}
-/* */
HTMLTableRow::HTMLTableRow( sal_uInt16 nCells ):
pCells(new HTMLTableCells),
@@ -926,7 +920,6 @@ void HTMLTableRow::Shrink( sal_uInt16 nCells )
pCells->DeleteAndDestroy( nCells, pCells->Count()-nCells );
}
-/* */
HTMLTableColumn::HTMLTableColumn():
bIsEndOfGroup(sal_False),
@@ -982,7 +975,6 @@ inline SwFrmFmt *HTMLTableColumn::GetFrmFmt( sal_Bool bBorderLine,
return aFrmFmts[GetFrmFmtIdx(bBorderLine,eVertOrient)];
}
-/* */
void HTMLTable::InitCtor( const HTMLTableOptions *pOptions )
@@ -2862,7 +2854,6 @@ void _HTMLTableContext::RestorePREListingXMP( SwHTMLParser& rParser )
rParser.StartListing();
}
-/* */
const SwStartNode *SwHTMLParser::InsertTableSection
( const SwStartNode *pPrevStNd )
@@ -3065,7 +3056,6 @@ SvxBrushItem* SwHTMLParser::CreateBrushItem( const Color *pColor,
return pBrushItem;
}
-/* */
class _SectionSaveStruct : public SwPendingStackData
{
@@ -3146,7 +3136,6 @@ void _SectionSaveStruct::Restore( SwHTMLParser& rParser )
rParser.aParaAttrs.Remove( 0, rParser.aParaAttrs.Count() );
}
-/* */
class _CellSaveStruct : public _SectionSaveStruct
{
diff --git a/sw/source/filter/html/svxcss1.cxx b/sw/source/filter/html/svxcss1.cxx
index 9c7ae867f6f3..8ad074212094 100644
--- a/sw/source/filter/html/svxcss1.cxx
+++ b/sw/source/filter/html/svxcss1.cxx
@@ -289,7 +289,6 @@ struct SvxCSS1ItemIds
static SvxCSS1ItemIds aItemIds;
-/* */
struct SvxCSS1BorderInfo
{
@@ -733,7 +732,6 @@ sal_Bool SvxCSS1Parser::DeclarationParsed( const String& rProperty,
return sal_True; // die Deklaration brauchen wir nicht mehr. Loeschen!
}
-/* */
SvxCSS1Parser::SvxCSS1Parser( SfxItemPool& rPool, const String& rBaseURL, sal_uInt16 nMinFixLineSp,
sal_uInt16 *pWhichIds, sal_uInt16 nWhichIds ) :
@@ -901,7 +899,6 @@ sal_Bool SvxCSS1Parser::ParseStyleOption( const String& rIn,
return bSuccess;
}
-/* */
sal_Bool SvxCSS1Parser::GetEnum( const CSS1PropertyEnum *pPropTable,
const String &rValue, sal_uInt16& rEnum )
@@ -1034,7 +1031,6 @@ void SvxCSS1Parser::SetDfltEncoding( rtl_TextEncoding eEnc )
eDfltEnc = eEnc;
}
-/* */
static void ParseCSS1_font_size( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1098,7 +1094,6 @@ static void ParseCSS1_font_size( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_font_family( const CSS1Expression *pExpr,
@@ -1180,7 +1175,6 @@ static void ParseCSS1_font_family( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_font_weight( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1239,7 +1233,6 @@ static void ParseCSS1_font_weight( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_font_style( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1310,7 +1303,6 @@ static void ParseCSS1_font_style( const CSS1Expression *pExpr,
rItemSet.Put( SvxCaseMapItem( eCaseMap, aItemIds.nCaseMap ) );
}
-/* */
static void ParseCSS1_font_variant( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1364,7 +1356,6 @@ static void ParseCSS1_text_transform( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_color( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1415,7 +1406,6 @@ static void ParseCSS1_direction( const CSS1Expression *pExpr,
}
}
-/* */
static void MergeHori( SvxGraphicPosition& ePos, SvxGraphicPosition eHori )
{
@@ -1663,7 +1653,6 @@ static void ParseCSS1_background_color( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_line_height( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1728,7 +1717,6 @@ static void ParseCSS1_line_height( const CSS1Expression *pExpr,
}
-/* */
static void ParseCSS1_font( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1838,7 +1826,6 @@ static void ParseCSS1_font( const CSS1Expression *pExpr,
ParseCSS1_font_family( pExpr, rItemSet, rPropInfo, rParser );
}
-/* */
static void ParseCSS1_letter_spacing( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1883,7 +1870,6 @@ static void ParseCSS1_letter_spacing( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_text_decoration( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -1993,7 +1979,6 @@ static void ParseCSS1_text_decoration( const CSS1Expression *pExpr,
rItemSet.Put( SvxBlinkItem( bBlinkOn, aItemIds.nBlink ) );
}
-/* */
static void ParseCSS1_text_align( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2015,7 +2000,6 @@ static void ParseCSS1_text_align( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_text_indent( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2068,7 +2052,6 @@ static void ParseCSS1_text_indent( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_margin_left( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2125,7 +2108,6 @@ static void ParseCSS1_margin_left( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_margin_right( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2182,7 +2164,6 @@ static void ParseCSS1_margin_right( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_margin_top( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2242,7 +2223,6 @@ static void ParseCSS1_margin_top( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_margin_bottom( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2302,7 +2282,6 @@ static void ParseCSS1_margin_bottom( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_margin( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2444,7 +2423,6 @@ static void ParseCSS1_margin( const CSS1Expression *pExpr,
}
}
-/* */
static sal_Bool ParseCSS1_padding_xxx( const CSS1Expression *pExpr,
SfxItemSet & /*rItemSet*/,
@@ -2504,7 +2482,6 @@ static sal_Bool ParseCSS1_padding_xxx( const CSS1Expression *pExpr,
return bSet;
}
-/* */
static void ParseCSS1_padding_top( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2566,7 +2543,6 @@ static void ParseCSS1_padding( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_border_xxx( const CSS1Expression *pExpr,
SfxItemSet & /*rItemSet*/,
@@ -2711,7 +2687,6 @@ static void ParseCSS1_border_xxx_width( const CSS1Expression *pExpr,
pInfo->nNamedWidth = nNWidth;
}
-/* */
static void ParseCSS1_border_top_width( const CSS1Expression *pExpr,
SfxItemSet &rItemSet,
@@ -2854,7 +2829,6 @@ static void ParseCSS1_border( const CSS1Expression *pExpr,
ParseCSS1_border_xxx( pExpr, rItemSet, rPropInfo, rParser, 0, sal_True );
}
-/* */
static void ParseCSS1_float( const CSS1Expression *pExpr,
SfxItemSet & /*rItemSet*/,
@@ -2872,7 +2846,6 @@ static void ParseCSS1_float( const CSS1Expression *pExpr,
}
-/* */
static void ParseCSS1_position( const CSS1Expression *pExpr,
SfxItemSet & /*rItemSet*/,
@@ -2889,7 +2862,6 @@ static void ParseCSS1_position( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_length( const CSS1Expression *pExpr,
long& rLength,
@@ -2935,7 +2907,6 @@ static void ParseCSS1_length( const CSS1Expression *pExpr,
}
}
-/* */
static void ParseCSS1_width( const CSS1Expression *pExpr,
SfxItemSet & /*rItemSet*/,
@@ -2969,7 +2940,6 @@ static void ParseCSS1_top( const CSS1Expression *pExpr,
ParseCSS1_length( pExpr, rPropInfo.nTop, rPropInfo.eTopType, sal_False );
}
-/* */
// Feature: PrintExt
static void ParseCSS1_size( const CSS1Expression *pExpr,
@@ -3023,7 +2993,6 @@ static void ParseCSS1_size( const CSS1Expression *pExpr,
// /Feature: PrintExt
-/* */
// Feature: PrintExt
@@ -3142,7 +3111,6 @@ static void ParseCSS1_so_language( const CSS1Expression *pExpr,
}
}
-/* */
// die Zuordung Property zu parsender Funktion
struct CSS1PropEntry
@@ -3217,7 +3185,6 @@ static CSS1PropEntry aCSS1PropFnTab[] =
CSS1_PROP_ENTRY(so_language)
};
-/* */
static int bSortedPropFns = sal_False;
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 87c4c101cbed..45c7f9563891 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -264,7 +264,6 @@ sal_uLong HTMLReader::Read( SwDoc &rDoc, const String& rBaseURL, SwPaM &rPam, co
}
-/* */
SwHTMLParser::SwHTMLParser( SwDoc* pD, const SwPaM& rCrsr, SvStream& rIn,
const String& rPath,
@@ -2585,7 +2584,6 @@ ViewShell *SwHTMLParser::CheckActionViewShell()
return pActionViewShell;
}
-/* */
void SwHTMLParser::_SetAttr( sal_Bool bChkEnd, sal_Bool bBeforeTable,
_HTMLAttrs *pPostIts )
@@ -3801,7 +3799,6 @@ void SwHTMLParser::EndFontAttr( int nToken )
aFontStack.Remove( aFontStack.Count()-1, 1 );
}
-/* */
void SwHTMLParser::NewPara()
{
@@ -4053,7 +4050,6 @@ void SwHTMLParser::EndHeading()
nFontStHeadStart = nFontStMin;
}
-/* */
void SwHTMLParser::NewTxtFmtColl( int nToken, sal_uInt16 nColl )
{
@@ -4182,7 +4178,6 @@ void SwHTMLParser::EndTxtFmtColl( int nToken )
SetTxtCollAttrs();
}
-/* */
void SwHTMLParser::NewDefList()
{
@@ -4399,7 +4394,6 @@ void SwHTMLParser::EndDefListItem( int nToken, sal_Bool bSetColl,
SetTxtCollAttrs();
}
-/* */
sal_Bool SwHTMLParser::HasCurrentParaFlys( sal_Bool bNoSurroundOnly,
sal_Bool bSurroundOnly ) const
@@ -4471,7 +4465,6 @@ sal_Bool SwHTMLParser::HasCurrentParaFlys( sal_Bool bNoSurroundOnly,
return bFound;
}
-/* */
// die speziellen Methoden zum Einfuegen von Objecten
@@ -4705,7 +4698,6 @@ void SwHTMLParser::SetTxtCollAttrs( _HTMLAttrContext *pContext )
}
}
-/* */
void SwHTMLParser::NewCharFmt( int nToken )
{
@@ -4769,7 +4761,6 @@ void SwHTMLParser::NewCharFmt( int nToken )
}
-/* */
void SwHTMLParser::InsertSpacer()
{
@@ -4983,7 +4974,6 @@ SwTwips SwHTMLParser::GetCurrentBrowseWidth()
}
-/* */
void SwHTMLParser::InsertIDOption()
{
@@ -5004,7 +4994,6 @@ void SwHTMLParser::InsertIDOption()
}
-/* */
void SwHTMLParser::InsertLineBreak()
@@ -5396,7 +5385,6 @@ void SwHTMLParser::ParseMoreMetaOptions()
InsertAttr( aFmtFld );
}
-/* */
_HTMLAttr::_HTMLAttr( const SwPosition& rPos, const SfxPoolItem& rItem,
_HTMLAttr **ppHd ) :
diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx
index 129044b4126d..cde37b09add3 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -124,7 +124,6 @@ inline const SvxFontHeightItem& GetSize(const SfxItemSet& rSet,sal_Bool bInP=sal
inline const SvxLRSpaceItem& GetLRSpace(const SfxItemSet& rSet,sal_Bool bInP=sal_True)
{ return (const SvxLRSpaceItem&)rSet.Get( RES_LR_SPACE,bInP); }
-/* */
extern "C" SAL_DLLPUBLIC_EXPORT Reader* SAL_CALL ImportRTF()
{
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index c92ebbc789ca..4597014d6293 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -790,7 +790,6 @@ const SvULongs* WW8_WrPlcTxtBoxes::GetShapeIdArr() const
return &aShapeIds;
}
-/* */
sal_uInt32 WW8Export::GetSdrOrdNum( const SwFrmFmt& rFmt ) const
{
@@ -1264,7 +1263,6 @@ void WinwordAnchoring::WriteData( EscherEx& rEx ) const
}
}
-/* */
void WW8Export::CreateEscher()
{
@@ -1309,7 +1307,6 @@ void SwEscherEx::WritePictures()
Flush();
}
-/* */
// Output- Routines for Escher Export
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 81b6ef74a575..d633a84c509d 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1279,7 +1279,6 @@ const SwRedlineData* SwWW8AttrIter::GetRedline( xub_StrLen nPos )
return NULL;
}
-/* */
short MSWordExportBase::GetCurrentPageDirection() const
{
@@ -2430,7 +2429,6 @@ bool MSWordExportBase::NoPageBreakSection( const SfxItemSet* pSet )
return bRet;
}
-/* */
void MSWordExportBase::OutputSectionNode( const SwSectionNode& rSectionNode )
{
@@ -2486,7 +2484,6 @@ void WW8Export::AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt*
pSepx->AppendSep(Fc2Cp(Strm().Tell()), pPageDesc, pFmt, nLnNum);
}
-/* */
//---------------------------------------------------------------------------
// Flys
@@ -2743,7 +2740,6 @@ void WW8AttributeOutput::Redline( const SwRedlineData* pRedline )
}
}
-/* */
void MSWordExportBase::OutputContentNode( const SwCntntNode& rNode )
{
diff --git a/sw/source/filter/ww8/wrtw8num.cxx b/sw/source/filter/ww8/wrtw8num.cxx
index fec275e518ed..c284d7acdcd9 100644
--- a/sw/source/filter/ww8/wrtw8num.cxx
+++ b/sw/source/filter/ww8/wrtw8num.cxx
@@ -552,7 +552,6 @@ void WW8Export::OutListNamesTab()
pFib->lcbSttbListNames = pTableStrm->Tell() - pFib->fcSttbListNames;
}
-/* */
// old WW95-Code
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index da4cc9eb45d1..35c02f38bc3b 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -779,7 +779,6 @@ sal_uLong SwWW8Writer::FillUntil( SvStream& rStrm, sal_uLong nEndPos )
//--------------------------------------------------------------------------
-/* */
WW8_WrPlcPn::WW8_WrPlcPn( WW8Export& rWr, ePLCFT ePl, WW8_FC nStartFc )
: rWrt(rWr), nFkpStartPage(0), ePlc(ePl), nMark(0)
@@ -902,7 +901,6 @@ void WW8_WrPlcPn::WritePlc()
}
//--------------------------------------------------------------------------
-/* */
WW8_WrFkp::WW8_WrFkp(ePLCFT ePl, WW8_FC nStartFc, bool bWrtWW8)
: ePlc(ePl), nStartGrp(511), nOldStartGrp(511),
@@ -1267,7 +1265,6 @@ WW8_CP WW8_WrPct::Fc2Cp( sal_uLong nFc ) const
}
//--------------------------------------------------------------------------
-/* */
WW8_WrtBookmarks::WW8_WrtBookmarks()
{
@@ -1445,7 +1442,6 @@ void MSWordExportBase::AppendWordBookmark( const String& rName )
//--------------------------------------------------------------------------
-/* */
void WW8_WrtRedlineAuthor::Write( Writer& rWrt )
{
@@ -1465,7 +1461,6 @@ sal_uInt16 WW8Export::AddRedlineAuthor( sal_uInt16 nId )
}
//--------------------------------------------------------------------------
-/* */
void WW8Export::WriteAsStringTable(const std::vector<String>& rStrings,
sal_Int32& rfcSttbf, sal_Int32& rlcbSttbf, sal_uInt16 nExtraLen)
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 10871a831d81..08241b24dcdd 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -928,7 +928,6 @@ String MSWordExportBase::GetBookmarkName( sal_uInt16 nTyp, const String* pName,
}
//-----------------------------------------------------------------------
-/* */
/* File CHRATR.HXX: */
void WW8AttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript )
{
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index b479d1b7e8bd..33a053b96570 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -183,7 +183,6 @@ SV_IMPL_PTRARR( _DB_Columns, _DB_ColumnPtr )
SV_IMPL_OP_PTRARR_SORT( SwInsDBColumns, SwInsDBColumnPtr )
-/* */
#define DBCOLUMN_CONFIG_VERSION1 1
#define DBCOLUMN_CONFIG_VERSION DBCOLUMN_CONFIG_VERSION1