summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-04-12 12:35:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-04-12 12:35:48 +0200
commit30fb54aca35c744517ad697f2d299481b02d457f (patch)
tree9eeef1a318d4c4c0eee087317d5a389f3d8a3603
parent7a18848e143933ccdb75bdfc8713da4f7f02efe4 (diff)
remove formfeeds
-rw-r--r--editeng/source/editeng/editdbg.cxx2
-rw-r--r--editeng/source/editeng/editview.cxx2
-rw-r--r--editeng/source/editeng/impedit.cxx2
-rw-r--r--editeng/source/rtf/svxrtf.cxx2
-rw-r--r--hwpfilter/source/grammar.cxx6
-rw-r--r--svtools/source/edit/textdoc.cxx8
-rw-r--r--svtools/source/edit/texteng.cxx2
-rw-r--r--svtools/source/edit/textundo.cxx2
-rw-r--r--svtools/source/edit/xtextedt.cxx4
-rw-r--r--svtools/source/inc/unoiface.hxx2
-rw-r--r--svx/workben/edittest.cxx2
-rw-r--r--sw/source/filter/rtf/swparrtf.cxx2
-rw-r--r--vcl/source/control/ilstbox.cxx6
13 files changed, 20 insertions, 22 deletions
diff --git a/editeng/source/editeng/editdbg.cxx b/editeng/source/editeng/editdbg.cxx
index c1ef702f56ed..af2e37f747bc 100644
--- a/editeng/source/editeng/editdbg.cxx
+++ b/editeng/source/editeng/editdbg.cxx
@@ -429,7 +429,7 @@ void EditDbg::ShowEditEngineData( EditEngine* pEE, sal_Bool bInfoBox )
if ( pEE->pImpEditEngine->GetStyleSheetPool() )
{
sal_uLong nStyles = pEE->pImpEditEngine->GetStyleSheetPool() ? pEE->pImpEditEngine->GetStyleSheetPool()->Count() : 0;
- fprintf( fp, "\n\n ================================================================================" );
+ fprintf( fp, "\n\n================================================================================" );
fprintf( fp, "\n================== Stylesheets =============================================" );
fprintf( fp, "\n================================================================================" );
fprintf( fp, "\n#Template: %lu\n", nStyles );
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx
index 9bf11c007d80..81f028465290 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -162,7 +162,7 @@ LanguageType lcl_CheckLanguage(
}
- // ----------------------------------------------------------------------
+// ----------------------------------------------------------------------
// class EditView
// ----------------------------------------------------------------------
EditView::EditView( EditEngine* pEng, Window* pWindow )
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index d3268ce0ad5f..252da7c00527 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -71,7 +71,7 @@ inline void lcl_AllignToPixel( Point& rPoint, OutputDevice* pOutDev, short nDiff
rPoint = pOutDev->PixelToLogic( rPoint );
}
- // ----------------------------------------------------------------------
+// ----------------------------------------------------------------------
// class ImpEditView
// ----------------------------------------------------------------------
ImpEditView::ImpEditView( EditView* pView, EditEngine* pEng, Window* pWindow ) :
diff --git a/editeng/source/rtf/svxrtf.cxx b/editeng/source/rtf/svxrtf.cxx
index 91b68e8240c5..45fd74be14de 100644
--- a/editeng/source/rtf/svxrtf.cxx
+++ b/editeng/source/rtf/svxrtf.cxx
@@ -1150,7 +1150,6 @@ const SfxItemSet& SvxRTFParser::GetRTFDefaults()
return *pRTFDefaults;
}
-/* */
SvxRTFStyleType::SvxRTFStyleType( SfxItemPool& rPool, const sal_uInt16* pWhichRange )
: aAttrSet( rPool, pWhichRange )
@@ -1356,7 +1355,6 @@ void SvxRTFItemStackType::SetRTFDefaults( const SfxItemSet& rDefaults )
}
}
-/* */
RTFPlainAttrMapIds::RTFPlainAttrMapIds( const SfxItemPool& rPool )
{
diff --git a/hwpfilter/source/grammar.cxx b/hwpfilter/source/grammar.cxx
index 99c2f3c1286d..1b76cbbf509b 100644
--- a/hwpfilter/source/grammar.cxx
+++ b/hwpfilter/source/grammar.cxx
@@ -534,7 +534,7 @@ int yydebug; /* nonzero means print parse trace */
#ifndef YYMAXDEPTH
#define YYMAXDEPTH 10000
#endif
-
+
/* Define __yy_memcpy. Note that the size argument
should be passed with type unsigned int, because that is what the non-GCC
definitions require. With GCC, __builtin_memcpy takes an arg
@@ -578,7 +578,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
#endif
#endif
-
+
#line 217 "/usr/lib/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
@@ -1199,7 +1199,7 @@ case 72:
}
/* the action file gets copied in in place of this dollarsign */
#line 543 "/usr/lib/bison.simple"
-
+
yyvsp -= yylen;
yyssp -= yylen;
#ifdef YYLSP_NEEDED
diff --git a/svtools/source/edit/textdoc.cxx b/svtools/source/edit/textdoc.cxx
index efa5c08490eb..eadeefb345bf 100644
--- a/svtools/source/edit/textdoc.cxx
+++ b/svtools/source/edit/textdoc.cxx
@@ -47,7 +47,7 @@ int SAL_CALL CompareStart( const void* pFirst, const void* pSecond )
}
}
- // -------------------------------------------------------------------------
+// -------------------------------------------------------------------------
// (+) class TextCharAttrib
// -------------------------------------------------------------------------
TextCharAttrib::TextCharAttrib( const TextAttrib& rAttr, sal_uInt16 nStart, sal_uInt16 nEnd )
@@ -69,7 +69,7 @@ TextCharAttrib::~TextCharAttrib()
delete mpAttr;
}
- // -------------------------------------------------------------------------
+// -------------------------------------------------------------------------
// (+) class TextCharAttribList
// -------------------------------------------------------------------------
@@ -214,7 +214,7 @@ void TextCharAttribList::DeleteEmptyAttribs()
mbHasEmptyAttribs = sal_False;
}
- // -------------------------------------------------------------------------
+// -------------------------------------------------------------------------
// (+) class TextNode
// -------------------------------------------------------------------------
@@ -470,7 +470,7 @@ void TextNode::Append( const TextNode& rNode )
}
}
- // -------------------------------------------------------------------------
+// -------------------------------------------------------------------------
// (+) class TextDoc
// -------------------------------------------------------------------------
diff --git a/svtools/source/edit/texteng.cxx b/svtools/source/edit/texteng.cxx
index 3b4ffcc6d756..bc6a47b963f7 100644
--- a/svtools/source/edit/texteng.cxx
+++ b/svtools/source/edit/texteng.cxx
@@ -78,7 +78,7 @@ SV_DECL_PTRARR( TextViews, TextViewPtr, 0 )
#define SCRLRANGE 20 // 1/20 der Breite/Hoehe scrollen, wenn im QueryDrop
- // -------------------------------------------------------------------------
+// -------------------------------------------------------------------------
// (-) class TextEngine
// -------------------------------------------------------------------------
TextEngine::TextEngine()
diff --git a/svtools/source/edit/textundo.cxx b/svtools/source/edit/textundo.cxx
index ab5b2db40ad6..2de942f57c96 100644
--- a/svtools/source/edit/textundo.cxx
+++ b/svtools/source/edit/textundo.cxx
@@ -178,7 +178,7 @@ void TextUndoDelPara::Redo()
SetSelection( aPaM );
}
- // -----------------------------------------------------------------------
+// -----------------------------------------------------------------------
// TextUndoConnectParas
// ------------------------------------------------------------------------
TextUndoConnectParas::TextUndoConnectParas( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nPos )
diff --git a/svtools/source/edit/xtextedt.cxx b/svtools/source/edit/xtextedt.cxx
index 8a30ba602b4e..60aa25f721af 100644
--- a/svtools/source/edit/xtextedt.cxx
+++ b/svtools/source/edit/xtextedt.cxx
@@ -37,7 +37,7 @@ using namespace ::com::sun::star;
- // -------------------------------------------------------------------------
+// -------------------------------------------------------------------------
// class ExtTextEngine
// -------------------------------------------------------------------------
ExtTextEngine::ExtTextEngine() : maGroupChars( String::CreateFromAscii( "(){}[]", 6 ) )
@@ -236,7 +236,7 @@ sal_Bool ExtTextEngine::Search( TextSelection& rSel, const util::SearchOptions&
}
- // -------------------------------------------------------------------------
+// -------------------------------------------------------------------------
// class ExtTextView
// -------------------------------------------------------------------------
ExtTextView::ExtTextView( ExtTextEngine* pEng, Window* pWindow )
diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx
index c8ff4b078826..a0f439da5aa7 100644
--- a/svtools/source/inc/unoiface.hxx
+++ b/svtools/source/inc/unoiface.hxx
@@ -337,7 +337,7 @@ public:
virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); }
};
- // ----------------------------------------------------
+// ----------------------------------------------------
// class VCLXCurrencyField
// ----------------------------------------------------
class SVTXCurrencyField : public ::com::sun::star::awt::XCurrencyField, public SVTXFormattedField
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx
index 68f45bb7e430..f204a9470976 100644
--- a/svx/workben/edittest.cxx
+++ b/svx/workben/edittest.cxx
@@ -306,7 +306,7 @@ void __EXPORT MyView::Resize()
pEditView->ShowCursor();
}
- // --- MyView::KeyInput() --------------------------------------
+// --- MyView::KeyInput() --------------------------------------
void __EXPORT MyView::KeyInput( const KeyEvent& rKEvt )
{
pEditView->PostKeyEvent( rKEvt );
diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx
index 8367a4ad9bbc..30263be0de56 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -4316,7 +4316,7 @@ void SwRTFParser::RestoreState()
}
#endif
-/* */
+/**/
BookmarkPosition::BookmarkPosition(const SwPaM &rPaM)
: maMkNode(rPaM.GetMark()->nNode),
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index f6236b5d9e5d..ee6aa79245f7 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -541,7 +541,7 @@ sal_uInt16 ImplEntryList::FindFirstSelectable( sal_uInt16 nPos, bool bForward /*
}
// =======================================================================
-
+
ImplListBoxWindow::ImplListBoxWindow( Window* pParent, WinBits nWinStyle ) :
Control( pParent, 0 ),
maQuickSelectionEngine( *this )
@@ -2242,7 +2242,7 @@ sal_uInt16 ImplListBoxWindow::ImplGetTextStyle() const
}
// =======================================================================
-
+
ImplListBox::ImplListBox( Window* pParent, WinBits nWinStyle ) :
Control( pParent, nWinStyle ),
maLBWindow( this, nWinStyle&(~WB_BORDER) )
@@ -2742,7 +2742,7 @@ rtl::OUString ImplListBox::GetMRUEntries( sal_Unicode cSep ) const
}
// =======================================================================
-
+
ImplWin::ImplWin( Window* pParent, WinBits nWinStyle ) :
Control ( pParent, nWinStyle )
{