summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/servobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/servobj.hxx')
-rw-r--r--sc/source/ui/inc/servobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx
index 76ca857eb9c1..904d26908fe0 100644
--- a/sc/source/ui/inc/servobj.hxx
+++ b/sc/source/ui/inc/servobj.hxx
@@ -35,7 +35,7 @@ class ScServerObjectSvtListenerForwarder : public SvtListener
SfxBroadcaster aBroadcaster;
public:
ScServerObjectSvtListenerForwarder( ScServerObject* pObjP);
- virtual ~ScServerObjectSvtListenerForwarder();
+ virtual ~ScServerObjectSvtListenerForwarder() override;
virtual void Notify( const SfxHint& rHint ) override;
};
@@ -52,7 +52,7 @@ private:
public:
ScServerObject( ScDocShell* pShell, const OUString& rItem );
- virtual ~ScServerObject();
+ virtual ~ScServerObject() override;
virtual bool GetData( css::uno::Any & rData /*out param*/,
const OUString & rMimeType,
2014-07-11avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPCDouglas Mencken 2014-06-09openssl: stop (ab)using fix_end_of_line to break symlinksMichael Stahl 2014-05-19fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier 2014-04-08openssl: fix WNT patch to applyMichael Stahl 2014-04-08bump to openssl-1.0.1gCaolán McNamara 2014-04-08CVE-2014-0160 heartbeatCaolán McNamara 2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl 2014-02-24OpenSSL @OS X: choose correct build targetDouglas Mencken 2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl 2014-01-20Get bundled openssl to be used on OS X too, at least on OS X <10.7Douglas Mencken 2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl 2013-11-04fdo#70393: move openssl to a subdir of externalKhaled Hosny