summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index fa2ff510e89e..b8604d13936e 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -440,9 +440,6 @@ public:
const SwRect &rPrt,
const SwRect &rFrm ) = 0;
- /// Set visible range on object, if it is not yet visible.
- void MakeObjVisible( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& ) const;
-
/// Check resize of OLE-Object.
bool IsCheckForOLEInCaption() const { return m_bCheckForOLEInCaption; }
void SetCheckForOLEInCaption( bool bFlag ) { m_bCheckForOLEInCaption = bFlag; }
@@ -553,7 +550,6 @@ public:
void Paste( SvStream& rStm, SwPasteSdr nAction, const Point* pPt = 0 );
bool Paste( const Graphic &rGrf, const OUString& rURL );
- bool Paste( SotDataObject& rObj, const Point& rPt );
bool IsAlignPossible() const;
void SetCalcFieldValueHdl(Outliner* pOutliner);
@@ -715,9 +711,6 @@ public:
/// Not allowed if only empty cells are selected.
bool IsAdjustCellWidthAllowed( bool bBalance = false ) const;
- /// Adjustment of cell-widths; determine via bTstOnly if more than one cell is selected.
- bool BalanceCellWidth( bool bTstOnly );
-
/// AutoFormat for table/ table selection.
bool SetTableAutoFormat( const SwTableAutoFormat& rNew );