Kaydet (Commit) 8ab56d59 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function definition

Change-Id: I2e405a8a02ef81b82b4762bd826769c2491b3aec
üst 9ff7aac6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment