[Libreoffice-commits] core.git: sw/source
Michael Stahl
mstahl at redhat.com
Mon Jun 9 12:00:23 PDT 2014
sw/source/ui/dbui/createaddresslistdialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fed6ed72db070db146eb18613e99904a9e368356
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Jun 9 20:55:54 2014 +0200
SwAddressControl_Impl: add SAL_OVERRIDE
Change-Id: I4d77e7aee8370c0e67c80f7fbac0f1e38a4399ca
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 005d951..8580b27 100755
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -80,7 +80,7 @@ public:
void SetCurrentDataSet(sal_uInt32 nSet);
sal_uInt32 GetCurrentDataSet() const { return m_nCurrentDataSet;}
void SetCursorTo(sal_uInt32 nElement);
- virtual void Resize();
+ virtual void Resize() SAL_OVERRIDE;
};
SwAddressControl_Impl::SwAddressControl_Impl(Window* pParent, WinBits nBits ) :
More information about the Libreoffice-commits
mailing list