diff options
Diffstat (limited to 'include/svx/svdoutl.hxx')
-rw-r--r-- | include/svx/svdoutl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoutl.hxx b/include/svx/svdoutl.hxx index 0c650ecfe72e..bfbdc249c4ca 100644 --- a/include/svx/svdoutl.hxx +++ b/include/svx/svdoutl.hxx @@ -44,7 +44,7 @@ public: void setVisualizedPage(const SdrPage* pPage) { if(pPage != mpVisualizedPage) mpVisualizedPage = pPage; } const SdrPage* getVisualizedPage() const { return mpVisualizedPage; } - virtual OUString CalcFieldValue(const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos, Color*& rpTxtColor, Color*& rpFldColor); + virtual OUString CalcFieldValue(const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos, Color*& rpTxtColor, Color*& rpFldColor) SAL_OVERRIDE; }; #endif // INCLUDED_SVX_SVDOUTL_HXX |