summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-07 18:03:47 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-08 15:48:10 -0400
commit543dfbad46ae0e67636a92af677dd9c3258fac84 (patch)
tree12e6570aae6ba9a28fbb9e4eedab3b09bbb11450 /sc/inc/document.hxx
parent658fc68d574bd49b8b233ad5ed886758e290b3aa (diff)
Unused methods.
Change-Id: I8e70d2c730f0d8fa43a4270fddeca431bd7a5048
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index baae1db07a92..22d6eeda6822 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -844,17 +844,6 @@ public:
SC_DLLPUBLIC OUString GetString( const ScAddress& rPos ) const;
/**
- * Return a pointer to the string object stored in string cell.
- *
- * @param rPos cell position.
- *
- * @return pointer to the string object stored in string cell, or NULL if
- * the cell at specified position is not a string cell. Note that
- * it returns NULL even for a edit cell.
- */
- const svl::SharedString* GetStringCell( const ScAddress& rPos ) const;
-
- /**
* Return a pointer to the double value stored in value cell.
*
* @param rPos cell position