summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unoiface.cxx
diff options
context:
space:
mode:
authorMihaela Kedikova <misheto@openoffice.org>2009-11-02 09:15:45 +0000
committerMihaela Kedikova <misheto@openoffice.org>2009-11-02 09:15:45 +0000
commitfd6a0c28038e964215e2a1318cd4640942b6be17 (patch)
treeba979d896b4c86ff249d1318bb8481176019c19d /svtools/source/uno/unoiface.cxx
parent34c697928962e1b8f6cd4c657d83a62c11fffadb (diff)
fixes for i106470
Diffstat (limited to 'svtools/source/uno/unoiface.cxx')
-rw-r--r--svtools/source/uno/unoiface.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx
index 45c93f5849c5..a4e003b69682 100644
--- a/svtools/source/uno/unoiface.cxx
+++ b/svtools/source/uno/unoiface.cxx
@@ -54,7 +54,6 @@
#include <svtools/svtreebx.hxx>
#include "treecontrolpeer.hxx"
-//#include "vclxgridcontrol.hxx"
#include "svtxgridcontrol.hxx"
#include <svtools/table/tablecontrol.hxx>
@@ -172,10 +171,6 @@ SAL_DLLPUBLIC_EXPORT Window* CreateWindow( VCLXWindow** ppNewComp, const ::com::
{
if ( pParent )
{
- //::svt::table::TableControl* m_pTable = new ::svt::table::TableControl(pParent, nWinBits);
- //UnoControlTableModel* pModel = new UnoControlTableModel();
- //*ppNewComp = pModel;
- //pWindow = m_pTable;
pWindow = new ::svt::table::TableControl(pParent, nWinBits);
*ppNewComp = new SVTXGridControl;
}