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

Tor Lillqvist tml at collabora.com
Mon Dec 8 07:13:35 PST 2014


 sfx2/source/appl/lnkbase2.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8ab56d59735048836f0b121e45638b3c5ad1b252
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Dec 8 16:34:09 2014 +0200

    WaE: Unreferenced function definition
    
    Change-Id: I2e405a8a02ef81b82b4762bd826769c2491b3aec

diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index 8b5b0e5..a5e1d8c 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -100,10 +100,12 @@ class ImplDdeItem : public DdeGetPutItem
     bool bIsValidData : 1;
     bool bIsInDTOR : 1;
 public:
+#if defined WNT
     ImplDdeItem( SvBaseLink& rLink, const OUString& rStr )
         : DdeGetPutItem( rStr ), pLink( &rLink ), bIsValidData( false ),
         bIsInDTOR( false )
     {}
+#endif
     virtual ~ImplDdeItem();
 
     virtual DdeData* Get( sal_uIntPtr ) SAL_OVERRIDE;


More information about the Libreoffice-commits mailing list