summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/IClipBoardTest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/IClipBoardTest.hxx')
-rw-r--r--dbaccess/source/ui/inc/IClipBoardTest.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/source/ui/inc/IClipBoardTest.hxx b/dbaccess/source/ui/inc/IClipBoardTest.hxx
index 2f64d667379d..7daf155de1b0 100644
--- a/dbaccess/source/ui/inc/IClipBoardTest.hxx
+++ b/dbaccess/source/ui/inc/IClipBoardTest.hxx
@@ -43,6 +43,9 @@ namespace dbaui
virtual void copy() = 0;
virtual void cut() = 0;
virtual void paste() = 0;
+
+ protected:
+ ~IClipboardTest() {}
};
}
#endif // DBACCESS_TABLEDESIGN_ICLIPBOARDTEST_HXX
d>Kevin Hunter 2014-02-20A rudimentary framework for additional Python tests not run by defaultStephan Bergmann 2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl 2013-09-09pyuno: this rc file seems to be unusedMatúš Kukan 2013-09-09pyuno: install python scripts using filelistsMatúš Kukan 2013-05-28Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann 2013-05-05copy pyuno files to instdirDavid Tardon 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-22replace python-core zip built in pyuno with direct use of PackageMichael Stahl