summaryrefslogtreecommitdiffstats
path: root/accessibility/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-15 12:57:11 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-15 20:27:17 +0100
commitee5371c805312946f4fd83f3394536e51cd9fdfb (patch)
tree191b6eb87909c3f6b508096bee3da8f308c78491 /accessibility/source
parentWaE: deleting object of abstract class type with non-virtual destructor (diff)
downloadcore-ee5371c805312946f4fd83f3394536e51cd9fdfb.tar.gz
core-ee5371c805312946f4fd83f3394536e51cd9fdfb.zip
WaE: deleting object of abstract class type with non-virtual destructor
Diffstat (limited to 'accessibility/source')
-rw-r--r--accessibility/source/helper/IComboListBoxHelper.cxx41
1 files changed, 41 insertions, 0 deletions
diff --git a/accessibility/source/helper/IComboListBoxHelper.cxx b/accessibility/source/helper/IComboListBoxHelper.cxx
new file mode 100644
index 000000000000..1a7d35549a33
--- /dev/null
+++ b/accessibility/source/helper/IComboListBoxHelper.cxx
@@ -0,0 +1,41 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License or as specified alternatively below. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Major Contributor(s):
+ * Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+ * (initial developer)
+ *
+ * All Rights Reserved.
+ *
+ * For minor contributions see the git repository.
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+ * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+ * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+ * instead of those above.
+ */
+
+#include <accessibility/helper/IComboListBoxHelper.hxx>
+
+namespace accessibility
+{
+
+IComboListBoxHelper::~IComboListBoxHelper()
+{
+}
+
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */