summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-08 22:28:07 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-08 22:28:58 -0500
commit63c19c881247bbb7730bdb767697018f61340697 (patch)
tree0ecba6f3d23b6ab5cd04da8081b2eb43a161aa2e /editeng
parent64520a6fc0b7e64a6c4e9679fca2f9c88293c13f (diff)
Remove unnecessary virtual keywords.
Change-Id: I1227a4e04bc962da96b77947a706293f9a2a3850
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editobj2.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/editeng/editobj2.hxx b/editeng/source/editeng/editobj2.hxx
index 04b6ba1319cd..6c0f5861fd1d 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();