From 9d9878f839a86f3d01400f42ce95bef9f8a162b7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 20 May 2013 14:42:53 +0300 Subject: Fix warning C4273: 'ToolbarValue::~ToolbarValue' : inconsistent dll linkage That destructor is defined in vcl/source/gdi/outdevnative.cxx anyway. (As empty there, too.) What is going on here? Change-Id: Id27f07d47d819a4eaf272819a2e058f5f930b7be --- sfx2/source/sidebar/TitleBar.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/sidebar/TitleBar.cxx b/sfx2/source/sidebar/TitleBar.cxx index 76bf7d7821a0..2240006ca6c8 100644 --- a/sfx2/source/sidebar/TitleBar.cxx +++ b/sfx2/source/sidebar/TitleBar.cxx @@ -23,8 +23,6 @@ #include #include -ToolbarValue::~ToolbarValue (void) {} - namespace { const static sal_Int32 gnLeftIconSpace (3); -- cgit v1.2.3