diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-14 11:44:35 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-14 11:44:35 +0100 |
commit | acaf4f1d75540acd79b7380c7f0ade4e04b75bd8 (patch) | |
tree | 74737b75d258bde1efbfd7aa92833538e661c102 /svtools/source/table/tablecontrol.cxx | |
parent | 13cbe08da83e43ab876418f9eb6061b67416002c (diff) |
gridsort: moved tabledatawindow from svtools/inc/svtools to svtools/source/table - this is not a public file, after all
Diffstat (limited to 'svtools/source/table/tablecontrol.cxx')
-rw-r--r-- | svtools/source/table/tablecontrol.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/source/table/tablecontrol.cxx b/svtools/source/table/tablecontrol.cxx index 46f3735e054c..500b2ca423e9 100644 --- a/svtools/source/table/tablecontrol.cxx +++ b/svtools/source/table/tablecontrol.cxx @@ -27,10 +27,11 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" +#include "svtools/table/tablecontrol.hxx" + #include "tablegeometry.hxx" #include "tablecontrol_impl.hxx" -#include "svtools/table/tablecontrol.hxx" -#include "svtools/table/tabledatawindow.hxx" +#include "tabledatawindow.hxx" #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> @@ -266,7 +267,7 @@ namespace svt { namespace table } // ----------------------------------------------------------------------------------------------------------------- - TableDataWindow& TableControl::getDataWindow() + Window& TableControl::getDataWindow() { return m_pImpl->getDataWindow(); } |