editeng/source/editeng/editobj2.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 63c19c881247bbb7730bdb767697018f61340697 Author: Kohei Yoshida <[email protected]> Date: Tue Jan 8 22:28:07 2013 -0500 Remove unnecessary virtual keywords. Change-Id: I1227a4e04bc962da96b77947a706293f9a2a3850 diff --git a/editeng/source/editeng/editobj2.hxx b/editeng/source/editeng/editobj2.hxx index 04b6ba1..6c0f586 100644 --- a/editeng/source/editeng/editobj2.hxx +++ b/editeng/source/editeng/editobj2.hxx @@ -213,7 +213,7 @@ public: String GetText(size_t nParagraph) const; void Insert(const EditTextObject& rObj, size_t nPara); EditTextObject* CreateTextObject(size_t nPara, size_t nParas = 1) const; - virtual void RemoveParagraph(size_t nPara); + void RemoveParagraph(size_t nPara); bool HasPortionInfo() const; void ClearPortionInfo(); @@ -240,7 +240,7 @@ public: void SetStyleSheet(size_t nPara, const String& rName, const SfxStyleFamily& eFamily); bool ChangeStyleSheets( const XubString& rOldName, SfxStyleFamily eOldFamily, const String& rNewName, SfxStyleFamily eNewFamily ); - virtual void ChangeStyleSheetName( SfxStyleFamily eFamily, const XubString& rOldName, const XubString& rNewName ); + void ChangeStyleSheetName( SfxStyleFamily eFamily, const XubString& rOldName, const XubString& rNewName ); editeng::FieldUpdater GetFieldUpdater(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
