summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 15:07:49 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 15:08:10 +0200
commiteb6d4547a044b3eb7cb8945977e45647a37df28f (patch)
tree0da1395a1b84d8385a5ce019a3ce10700f99a20d /svx/source/table/cell.cxx
parentdeb3fcc4876ec2ab45415a06fc80b247826cc48b (diff)
loplugin:unnecessaryoverride in svx
Change-Id: Ib5e84838888b5fb56eb18c5334ffa3fdd203b997
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx36
1 files changed, 0 insertions, 36 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index 5f1f1db9dcfe..6acddfde05ff 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -171,8 +171,6 @@ namespace sdr
void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) override;
- void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) override;
-
sdr::table::CellRef mxCell;
private:
@@ -334,10 +332,6 @@ namespace sdr
AttributeProperties::ItemChange( nWhich, pNewItem );
}
- void CellProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr)
- {
- TextProperties::SetStyleSheet( pNewStyleSheet, bDontRemoveHardAttr );
- }
} // end of namespace properties
} // end of namespace sdr
@@ -1605,18 +1599,6 @@ void SAL_CALL Cell::removeTextContent( const Reference< XTextContent >& xContent
// XSimpleText
-Reference< XTextCursor > SAL_CALL Cell::createTextCursor( ) throw (RuntimeException, std::exception)
-{
- return SvxUnoTextBase::createTextCursor();
-}
-
-
-Reference< XTextCursor > SAL_CALL Cell::createTextCursorByRange( const Reference< XTextRange >& aTextPosition ) throw (RuntimeException, std::exception)
-{
- return SvxUnoTextBase::createTextCursorByRange( aTextPosition );
-}
-
-
void SAL_CALL Cell::insertString( const Reference< XTextRange >& xRange, const OUString& aString, sal_Bool bAbsorb ) throw (RuntimeException, std::exception)
{
SvxUnoTextBase::insertString( xRange, aString, bAbsorb );
@@ -1634,24 +1616,6 @@ void SAL_CALL Cell::insertControlCharacter( const Reference< XTextRange >& xRang
// XTextRange
-Reference< XText > SAL_CALL Cell::getText( ) throw (RuntimeException, std::exception)
-{
- return SvxUnoTextBase::getText();
-}
-
-
-Reference< XTextRange > SAL_CALL Cell::getStart( ) throw (RuntimeException, std::exception)
-{
- return SvxUnoTextBase::getStart();
-}
-
-
-Reference< XTextRange > SAL_CALL Cell::getEnd( ) throw (RuntimeException, std::exception)
-{
- return SvxUnoTextBase::getEnd();
-}
-
-
OUString SAL_CALL Cell::getString( ) throw (RuntimeException, std::exception)
{
maSelection.nStartPara = EE_PARA_MAX_COUNT;