summaryrefslogtreecommitdiff
path: root/svx/source/inc/gridcell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/gridcell.hxx')
-rw-r--r--svx/source/inc/gridcell.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 2051498f5854..00d602ab1d95 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -23,7 +23,6 @@
#include <svx/gridctrl.hxx>
#include "sqlparserclient.hxx"
-#include "typeconversionclient.hxx"
#include <com/sun/star/sdb/XColumn.hpp>
#include <com/sun/star/form/XBoundControl.hpp>
@@ -198,8 +197,7 @@ private:
// benoetigt
class DbCellControl
- :public ::svxform::OTypeConversionClient
- ,public ::svxform::OStaticDataAccessTools
+ :public ::svxform::OStaticDataAccessTools
,public FmMutexHelper // _before_ the listener, so the listener is to be destroyed first!
,public ::comphelper::OPropertyChangeListener
{