summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/fmcomp/gridcell.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index b94f20727482..1608d91549f5 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -799,7 +799,6 @@ void DbCellControl::ImplInitWindow( vcl::Window const & rParent, const InitWindo
}
}
-
void DbCellControl::implAdjustReadOnly( const Reference< XPropertySet >& _rxModel,bool i_bReadOnly )
{
DBG_ASSERT( m_pWindow, "DbCellControl::implAdjustReadOnly: not to be called without window!" );
@@ -2705,7 +2704,7 @@ void DbFilterField::CreateControl(BrowserDataWin* pParent, const Reference< css:
} break;
default:
{
- m_pWindow = VclPtr<Edit>::Create(pParent, WB_LEFT);
+ m_pWindow = VclPtr<EditControl>::Create(pParent);
AllSettings aSettings = m_pWindow->GetSettings();
StyleSettings aStyleSettings = aSettings.GetStyleSettings();
aStyleSettings.SetSelectionOptions(
@@ -2716,7 +2715,6 @@ void DbFilterField::CreateControl(BrowserDataWin* pParent, const Reference< css:
}
}
-
void DbFilterField::Init(BrowserDataWin& rParent, const Reference< XRowSet >& xCursor)
{
Reference< css::beans::XPropertySet > xModel(m_rColumn.getModel());