[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Tue Apr 22 05:59:07 PDT 2014


 sw/source/core/inc/DocumentDeviceManager.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c6b74f24494a0426067dfcb54b7b8fb0e01c821
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Apr 22 14:58:31 2014 +0200

    Keep MSVC happy
    
    Change-Id: I29f17634de46febbd50331af20a726b394c0087d

diff --git a/sw/source/core/inc/DocumentDeviceManager.hxx b/sw/source/core/inc/DocumentDeviceManager.hxx
index 5681a98..d9cf106 100644
--- a/sw/source/core/inc/DocumentDeviceManager.hxx
+++ b/sw/source/core/inc/DocumentDeviceManager.hxx
@@ -61,7 +61,7 @@ public:
 
     void setPrintData(/*[in]*/ const SwPrintData& rPrtData ) SAL_OVERRIDE;
 
-    virtual ~DocumentDeviceManager() SAL_OVERRIDE;
+    virtual ~DocumentDeviceManager();
 
 private:
 


More information about the Libreoffice-commits mailing list