summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-04-15 11:13:05 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-04-15 11:15:48 -0400
commit7963e79361278c14ddf98ac4d9ab3b6cab338129 (patch)
tree2ba70fb899961ce80f88c11e59131715d1d41d33 /sc/inc
parentfec4ab14c0f5e0223559e9fd98d7c8d90e58cd18 (diff)
Remove this duplicate, and use the one in ScCellFormat.
Change-Id: I2410c8805ef5be950d5ce1e24f845ed910615442
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cellsuno.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 27eb29599c8d..c85bf55f1325 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -1010,8 +1010,6 @@ public:
virtual void SAL_CALL setActionLocks( sal_Int16 nLock )
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Int16 SAL_CALL resetActionLocks() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
- static OUString GetOutputString_Impl(ScDocument* pDoc, const ScAddress& aPos);
};