summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@novell.com>2011-06-29 23:01:26 +0530
committerMuthu Subramanian <sumuthu@novell.com>2011-06-29 23:01:26 +0530
commit210a1ca2ace587d228a51f996b10436a785ac0ab (patch)
tree6670902138ff8c752f65d4a8c77c7878684e1747 /sc/inc
parentfc531979da4e2fef78a3f1b9b66d116ebea10b29 (diff)
Revert patch to change .idl
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cell.hxx1
-rw-r--r--sc/inc/cellsuno.hxx4
2 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index fcd83da9ddd6..e24154516d4d 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -404,7 +404,6 @@ public:
void SetTableOpDirty();
sal_Bool IsDirtyOrInTableOpDirty() const;
sal_Bool GetDirty() const { return bDirty; }
- void ResetDirty() { bDirty = false; }
sal_Bool NeedsListening() const { return bNeedListening; }
void SetNeedsListening( sal_Bool bVar ) { bNeedListening = bVar; }
void Compile(const String& rFormula,
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 342da6fcf0b7..b1f703f39b9f 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -929,10 +929,6 @@ public:
virtual ::rtl::OUString SAL_CALL getFormula() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setFormula( const ::rtl::OUString& aFormula )
throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL setFormulaResult( const double nValue )
- throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL setFormulaString( const ::rtl::OUString& aFormula )
- throw(::com::sun::star::uno::RuntimeException);
virtual double SAL_CALL getValue() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setValue( double nValue ) throw(::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::table::CellContentType SAL_CALL getType()