summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-05-20 14:42:53 +0300
committerTor Lillqvist <tlillqvist@suse.com>2013-05-20 14:55:15 +0300
commit9d9878f839a86f3d01400f42ce95bef9f8a162b7 (patch)
treeb9d15a6230b358732aa4bb93d96422728e8d1b7f /sfx2
parente58b0ce9ccb531b01298bfb18cbeb042892efc92 (diff)
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
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/TitleBar.cxx2
1 files changed, 0 insertions, 2 deletions
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 <vcl/gradient.hxx>
#include <vcl/lineinfo.hxx>
-ToolbarValue::~ToolbarValue (void) {}
-
namespace
{
const static sal_Int32 gnLeftIconSpace (3);