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

remove unused code TextEngine::GetLeftMargin()

Change-Id: I1b702a4371154ebc10c0caa7697fdbe763337b6f
üst 49d85c15
...@@ -240,7 +240,6 @@ public: ...@@ -240,7 +240,6 @@ public:
sal_uInt16 GetDefTab() const; sal_uInt16 GetDefTab() const;
void SetLeftMargin( sal_uInt16 n ); void SetLeftMargin( sal_uInt16 n );
sal_uInt16 GetLeftMargin() const;
void SetUpdateMode( bool bUpdate ); void SetUpdateMode( bool bUpdate );
bool GetUpdateMode() const { return mbUpdate; } bool GetUpdateMode() const { return mbUpdate; }
......
...@@ -88,7 +88,6 @@ SwViewImp::FirePageChangeEvent(unsigned short, unsigned short) ...@@ -88,7 +88,6 @@ SwViewImp::FirePageChangeEvent(unsigned short, unsigned short)
SwViewImp::FireSectionChangeEvent(unsigned short, unsigned short) SwViewImp::FireSectionChangeEvent(unsigned short, unsigned short)
TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION) TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)
TextDoc::IsValidPaM(TextPaM const&) TextDoc::IsValidPaM(TextPaM const&)
TextEngine::GetLeftMargin() const
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>) UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
apitest::CellProperties::testRotateReference() apitest::CellProperties::testRotateReference()
apitest::CellProperties::testVertJustify() apitest::CellProperties::testVertJustify()
......
...@@ -2895,11 +2895,6 @@ void TextEngine::SetLeftMargin( sal_uInt16 n ) ...@@ -2895,11 +2895,6 @@ void TextEngine::SetLeftMargin( sal_uInt16 n )
mpDoc->SetLeftMargin( n ); mpDoc->SetLeftMargin( n );
} }
sal_uInt16 TextEngine::GetLeftMargin() const
{
return mpDoc->GetLeftMargin();
}
uno::Reference< i18n::XBreakIterator > TextEngine::GetBreakIterator() uno::Reference< i18n::XBreakIterator > TextEngine::GetBreakIterator()
{ {
if ( !mxBreakIterator.is() ) if ( !mxBreakIterator.is() )
......
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