diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-11 13:26:40 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-11 13:26:40 +0100 |
commit | bba68ad15d79fc2fd58c7bdf75d8badc66253077 (patch) | |
tree | 9047da278ce7f2c2aaf8ea54b6c1c18e768c57d3 /automation/source/server | |
parent | 1cc8adbaf6e766689c879672936e98f88b1d9c08 (diff) |
gridsort: IAbstractTableControl renamed to ITableControl, added a few more methods previously found at the TableControl_Impl only
Diffstat (limited to 'automation/source/server')
-rw-r--r-- | automation/source/server/statemnt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx index a42f0fd67f95..89c59f8172af 100644 --- a/automation/source/server/statemnt.cxx +++ b/automation/source/server/statemnt.cxx @@ -83,7 +83,7 @@ #include <svtools/valueset.hxx> #include <svtools/roadmap.hxx> #include <svtools/table/tablecontrol.hxx> -#include <svtools/table/abstracttablecontrol.hxx> +#include <svtools/table/tablecontrolinterface.hxx> #include <svl/poolitem.hxx> #include <svtools/extensionlistbox.hxx> // Hat keinen Includeschutz |