Kaydet (Commit) a7672907 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code ScSimpleRefDlgWrapper::GetRefString()

Change-Id: I349a7df3516829dee9bc44426b7b5c84a73254ec
üst e1137719
...@@ -140,7 +140,6 @@ class ScSimpleRefDlgWrapper: public SfxChildWindow ...@@ -140,7 +140,6 @@ class ScSimpleRefDlgWrapper: public SfxChildWindow
SFX_DECL_CHILDWINDOW_WITHID(Class); SFX_DECL_CHILDWINDOW_WITHID(Class);
static void SetDefaultPosSize(Point aPos, Size aSize, bool bSet = true); static void SetDefaultPosSize(Point aPos, Size aSize, bool bSet = true);
OUString GetRefString();
void SetRefString(const OUString& rStr); void SetRefString(const OUString& rStr);
void SetCloseHdl( const Link& rLink ); void SetCloseHdl( const Link& rLink );
void SetUnoLinks( const Link& rDone, const Link& rAbort, void SetUnoLinks( const Link& rDone, const Link& rAbort,
......
...@@ -185,16 +185,6 @@ void ScSimpleRefDlgWrapper::SetDefaultPosSize(Point aPos, Size aSize, bool bSet) ...@@ -185,16 +185,6 @@ void ScSimpleRefDlgWrapper::SetDefaultPosSize(Point aPos, Size aSize, bool bSet)
} }
OUString ScSimpleRefDlgWrapper::GetRefString()
{
OUString aResult;
if(pWindow!=NULL)
{
aResult=((ScSimpleRefDlg*)pWindow)->GetRefString();
}
return aResult;
}
void ScSimpleRefDlgWrapper::SetAutoReOpen(bool bFlag) void ScSimpleRefDlgWrapper::SetAutoReOpen(bool bFlag)
{ {
bAutoReOpen=bFlag; bAutoReOpen=bFlag;
......
...@@ -84,7 +84,6 @@ ScMyNotEmptyCellsIterator::GetCell() const ...@@ -84,7 +84,6 @@ ScMyNotEmptyCellsIterator::GetCell() const
ScRangeStringConverter::GetRangeListFromString(com::sun::star::uno::Sequence<com::sun::star::table::CellRangeAddress>&, rtl::OUString const&, ScDocument const*, formula::FormulaGrammar::AddressConvention, unsigned short, unsigned short) ScRangeStringConverter::GetRangeListFromString(com::sun::star::uno::Sequence<com::sun::star::table::CellRangeAddress>&, rtl::OUString const&, ScDocument const*, formula::FormulaGrammar::AddressConvention, unsigned short, unsigned short)
ScRefCellValue::commit(ScColumn&, int) const ScRefCellValue::commit(ScColumn&, int) const
ScRefreshTimer::StartRefreshTimer() ScRefreshTimer::StartRefreshTimer()
ScSimpleRefDlgWrapper::GetRefString()
ScTabViewShell::GetForms() const ScTabViewShell::GetForms() const
ScTable::GetNote(short, int) ScTable::GetNote(short, int)
ScTable::SetRawString(short, int, rtl::OUString const&) ScTable::SetRawString(short, int, rtl::OUString const&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment