summaryrefslogtreecommitdiffstats
path: root/include/formula
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-09-02 10:55:15 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-09-03 09:16:14 +0000
commitb62826ad3887305a76ee1ceabe2060f9d6e8723f (patch)
tree554edd25a04e870c00799bb8d103ddfa3baf8de2 /include/formula
parentWrite integers as signed sal_Int32 (diff)
downloadcore-b62826ad3887305a76ee1ceabe2060f9d6e8723f.tar.gz
core-b62826ad3887305a76ee1ceabe2060f9d6e8723f.zip
Remove more unused methods
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a Reviewed-on: https://gerrit.libreoffice.org/5757 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/formula.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx
index 5a55f5ca81d1..8bb8047986bd 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -123,7 +123,6 @@ protected:
void Update(const String& _sExp);
void CheckMatrix();
void DoEnter(sal_Bool _bOk);
- sal_Bool isUserMatrix() const;
const IFunctionDescription* getCurrentFunctionDescription() const;
sal_Bool UpdateParaWin(Selection& _rSelection);
void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr);