summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/IDocumentSettingAccess.hxx2
-rw-r--r--sw/inc/doc.hxx2
-rw-r--r--sw/inc/swabstdlg.hxx3
-rw-r--r--sw/source/core/frmedt/feshview.cxx3
-rw-r--r--sw/source/core/inc/flyfrms.hxx2
-rw-r--r--sw/source/core/layout/fly.cxx1
-rw-r--r--sw/source/core/layout/flyincnt.cxx3
-rw-r--r--sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx3
-rw-r--r--sw/source/core/ole/ndole.cxx3
-rw-r--r--sw/source/ui/frmdlg/frmdlg.cxx3
-rw-r--r--sw/source/ui/inc/frmdlg.hxx2
-rw-r--r--sw/source/ui/inc/frmpage.hxx2
-rw-r--r--sw/source/ui/shells/frmsh.cxx3
-rw-r--r--sw/source/ui/wrtsh/wrtsh1.cxx3
14 files changed, 21 insertions, 14 deletions
diff --git a/sw/inc/IDocumentSettingAccess.hxx b/sw/inc/IDocumentSettingAccess.hxx
index 0f11b4569795..25b1c57f9a0b 100644
--- a/sw/inc/IDocumentSettingAccess.hxx
+++ b/sw/inc/IDocumentSettingAccess.hxx
@@ -210,4 +210,4 @@ protected:
virtual ~IDocumentSettingAccess() {};
};
- #endif // IDOCUMENTSETTINGACCESS_HXX_INCLUDED \ No newline at end of file
+#endif // IDOCUMENTSETTINGACCESS_HXX_INCLUDED
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 9d47679260c5..4ce52a8c9e60 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -2221,4 +2221,4 @@ namespace docfunc
bool HasOutlineStyleToBeWrittenAsNormalListStyle( SwDoc& rDoc );
}
// <--
-#endif //_DOC_HXX \ No newline at end of file
+#endif //_DOC_HXX
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index d6ec631d3b94..e6e3979b84cb 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -494,4 +494,5 @@ public:
virtual CreateTabPage GetTabPageCreatorFunc( USHORT nId ) = 0;
virtual GetTabPageRanges GetTabPageRangesFunc( USHORT nId ) = 0;
};
-#endif \ No newline at end of file
+
+#endif
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index 3d8b8b79840a..17628252b5e3 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -3241,4 +3241,5 @@ Point SwFEShell::GetRelativePagePosition(const Point& rDocPos)
aRet = rDocPos - pPage->Frm().TopLeft();
}
return aRet;
-} \ No newline at end of file
+}
+
diff --git a/sw/source/core/inc/flyfrms.hxx b/sw/source/core/inc/flyfrms.hxx
index c73a310f835a..105d1f117f9e 100644
--- a/sw/source/core/inc/flyfrms.hxx
+++ b/sw/source/core/inc/flyfrms.hxx
@@ -256,4 +256,4 @@ inline void SwFlyInCntFrm::ValidateCntnt() const
((SwFlyInCntFrm*)this)->bInvalidCntnt = FALSE;
}
-#endif \ No newline at end of file
+#endif
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index 712d917ea385..d71db56cf10f 100644
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -2863,4 +2863,3 @@ SwFlyFrmFmt * SwFlyFrm::GetFmt()
return static_cast< SwFlyFrmFmt * >( GetDep() );
}
- \ No newline at end of file
diff --git a/sw/source/core/layout/flyincnt.cxx b/sw/source/core/layout/flyincnt.cxx
index 0bdecad9d16e..99f9ed7e30ba 100644
--- a/sw/source/core/layout/flyincnt.cxx
+++ b/sw/source/core/layout/flyincnt.cxx
@@ -357,4 +357,5 @@ void SwFlyInCntFrm::MakeAll()
// <--
}
Unlock();
-} \ No newline at end of file
+}
+
diff --git a/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx b/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
index cc9b42a970c9..7c8118dbe3e2 100644
--- a/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
+++ b/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
@@ -454,4 +454,5 @@ SwRect SwAsCharAnchoredObjectPosition::GetObjBoundRectInclSpacing() const
sal_uInt8 SwAsCharAnchoredObjectPosition::GetLineAlignment() const
{
return mnLineAlignment;
-} \ No newline at end of file
+}
+
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 499edd7a9721..1cd0fdd02830 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -1015,4 +1015,5 @@ void SwOLELRUCache::RemoveObj( SwOLEObj& rObj )
SvPtrarr::Remove( nPos );
if( !Count() )
DELETEZ( pOLELRU_Cache );
-} \ No newline at end of file
+}
+
diff --git a/sw/source/ui/frmdlg/frmdlg.cxx b/sw/source/ui/frmdlg/frmdlg.cxx
index a986659b857c..54078db0f9a7 100644
--- a/sw/source/ui/frmdlg/frmdlg.cxx
+++ b/sw/source/ui/frmdlg/frmdlg.cxx
@@ -217,4 +217,5 @@ void SwFrmDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
}
break;
}
-} \ No newline at end of file
+}
+
diff --git a/sw/source/ui/inc/frmdlg.hxx b/sw/source/ui/inc/frmdlg.hxx
index a1f16874bc3e..decce61e2606 100644
--- a/sw/source/ui/inc/frmdlg.hxx
+++ b/sw/source/ui/inc/frmdlg.hxx
@@ -64,4 +64,4 @@ public:
};
-#endif // _FRMDLG_HXX \ No newline at end of file
+#endif // _FRMDLG_HXX
diff --git a/sw/source/ui/inc/frmpage.hxx b/sw/source/ui/inc/frmpage.hxx
index 918a7042675c..979f5cf12dd6 100644
--- a/sw/source/ui/inc/frmpage.hxx
+++ b/sw/source/ui/inc/frmpage.hxx
@@ -336,4 +336,4 @@ public:
};
-#endif // _FRMPAGE_HXX \ No newline at end of file
+#endif // _FRMPAGE_HXX
diff --git a/sw/source/ui/shells/frmsh.cxx b/sw/source/ui/shells/frmsh.cxx
index b2b846d97b6e..d8f6afd98347 100644
--- a/sw/source/ui/shells/frmsh.cxx
+++ b/sw/source/ui/shells/frmsh.cxx
@@ -1151,4 +1151,5 @@ void SwFrameShell::StateInsert(SfxItemSet &rSet)
if ((nSel & nsSelectionType::SEL_GRF) || (nSel & nsSelectionType::SEL_OLE))
rSet.DisableItem(FN_INSERT_FRAME);
-} \ No newline at end of file
+}
+
diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx
index b40ae3e4379f..84da1cd544d4 100644
--- a/sw/source/ui/wrtsh/wrtsh1.cxx
+++ b/sw/source/ui/wrtsh/wrtsh1.cxx
@@ -1873,4 +1873,5 @@ String SwWrtShell::GetSelDescr() const
}
return aResult;
-} \ No newline at end of file
+}
+