summaryrefslogtreecommitdiffstats
path: root/include/editeng/unoedsrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoedsrc.hxx')
-rw-r--r--include/editeng/unoedsrc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx
index 2bfe5746b0ed..431053fdad44 100644
--- a/include/editeng/unoedsrc.hxx
+++ b/include/editeng/unoedsrc.hxx
@@ -210,7 +210,7 @@ public:
*/
virtual EBulletInfo GetBulletInfo( sal_Int32 nPara ) const = 0;
- virtual OUString GetNumStr(sal_uInt16) const { return OUString(); }
+ OUString GetNumStr(sal_uInt16) const { return OUString(); }
virtual void SetUpdateModeForAcc(bool) {}
virtual bool GetUpdateModeForAcc() const { return true; }
@@ -536,9 +536,9 @@ public:
*/
virtual bool Paste() = 0;
- virtual bool IsWrongSpelledWordAtPos( sal_Int32, sal_Int32 ) { return false; };
- virtual bool IsShapeParaFocusable( ) { return true; };
- virtual bool BreakParaWrongList(sal_Int32, sal_Int32&, sal_Int32&, sal_Int32){ return false; };
+ bool IsWrongSpelledWordAtPos( sal_Int32, sal_Int32 ) { return false; };
+ bool IsShapeParaFocusable( ) { return true; };
+ bool BreakParaWrongList(sal_Int32, sal_Int32&, sal_Int32&, sal_Int32){ return false; };
};
#endif