diff options
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r-- | sc/inc/cell.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 0b78f9878cac..c3443d269f02 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -105,8 +105,6 @@ public: bool HasValueData() const; bool HasStringData() const; rtl::OUString GetStringData() const; // only real strings - // default implementation, creates url object from passed url - static EditTextObject* CreateURLObjectFromURL( ScDocument& rDoc, const OUString& rURL, const OUString& rText ); static bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 ); |