Kaydet (Commit) 63c19c88 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove unnecessary virtual keywords.

Change-Id: I1227a4e04bc962da96b77947a706293f9a2a3850
üst 64520a6f
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment