summaryrefslogtreecommitdiff
path: root/include/svx/svxdlg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
commit567ef6d5782cdb729b49005caf6005610ce03e22 (patch)
tree7e3be1da41382e555d9091914ef7e064852a4fd4 /include/svx/svxdlg.hxx
parentc36daa01f444ebad799c1cc7a106f1b4bb3c3d12 (diff)
Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r--include/svx/svxdlg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index bc788df133ff..572e152acf0e 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -149,8 +149,8 @@ class AbstractSvxSearchFormatDialog : public SfxAbstractTabDialog //for SvxSea
{
public:
//From class Window.
- virtual void SetText( const OUString& rStr ) =0 ;
- virtual OUString GetText() const =0 ;
+ virtual void SetText( const OUString& rStr ) SAL_OVERRIDE =0 ;
+ virtual OUString GetText() const SAL_OVERRIDE =0 ;
};
class AbstractSvxSearchSimilarityDialog :public VclAbstractDialog
@@ -437,7 +437,7 @@ public:
SdrModel* pModel,
const SdrObject* pObj = NULL,
bool bHasObj = true )=0;
- virtual VclAbstractDialog* CreateSfxDialog( Window* pParent, const SfxBindings& rBindings, sal_uInt32 nResId ) = 0;
+ virtual VclAbstractDialog* CreateSfxDialog( Window* pParent, const SfxBindings& rBindings, sal_uInt32 nResId ) SAL_OVERRIDE = 0;
virtual SfxAbstractDialog* CreateSfxDialog( Window* pParent,
const SfxItemSet& rAttr,
const SdrView* pView,
@@ -451,7 +451,7 @@ public:
virtual AbstractSvxPostItDialog* CreateSvxPostItDialog( Window* pParent,
const SfxItemSet& rCoreSet,
bool bPrevNext = false) = 0;
- virtual VclAbstractDialog* CreateSvxScriptOrgDialog( Window* pParent, const OUString& rLanguage ) = 0;
+ virtual VclAbstractDialog* CreateSvxScriptOrgDialog( Window* pParent, const OUString& rLanguage ) SAL_OVERRIDE = 0;
virtual CreateSvxDistributePage GetSvxDistributePageCreatorFunc() = 0;
virtual DialogGetRanges GetDialogGetRangesFunc() = 0;
@@ -461,10 +461,10 @@ public:
Window* pParent,
bool bShowSlots,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame
- ) = 0;
+ ) SAL_OVERRIDE = 0;
virtual VclAbstractDialog* CreateScriptErrorDialog(
- Window* pParent, com::sun::star::uno::Any aException) = 0;
+ Window* pParent, com::sun::star::uno::Any aException) SAL_OVERRIDE = 0;
virtual VclAbstractDialog* CreateSvxMacroAssignDlg(
Window* _pParent,