summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-03-04 15:27:27 +0800
committerTor Lillqvist <tml@iki.fi>2012-03-05 10:35:50 +0200
commita1a1131c16227327d17bcf5ad2a5209ddc0f01a1 (patch)
tree5766be6474c0ce1ecccb00024260a0487110b639 /sc/inc/postit.hxx
parent2bdac353ce7e28611b546bcc8a5ea236c891f944 (diff)
Remove unused code
Diffstat (limited to 'sc/inc/postit.hxx')
-rw-r--r--sc/inc/postit.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index 1b370ceacb32..e553c92dee60 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -130,8 +130,6 @@ public:
/** Returns the caption text of this note. */
::rtl::OUString GetText() const;
- /** Returns true, if the caption text of this note contains line breaks. */
- bool HasMultiLineText() const;
/** Changes the caption text of this note. All text formatting will be lost. */
void SetText( const ScAddress& rPos, const ::rtl::OUString& rText );