summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-20 17:23:12 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-20 22:57:13 -0400
commit6c4bedffb98a33b202692b225fc250b858ff9f65 (patch)
tree3d1d30ff0c7dd352d2c39737a4ce38f7e93176c5 /sc/inc/document.hxx
parent9ca5e3da5ca5f68ced1917cf38773fd1060bede4 (diff)
Add edit text iterator that iterates through only edit text cells.
Change-Id: I898d7a2d3f0ea472daddb9dd32f772a5d7268773
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index c74c6c8349d3..ab84d4c10b06 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -56,6 +56,7 @@ namespace sc {
class ColumnSpanSet;
struct ColumnBlockPosition;
struct RefUpdateContext;
+ class EditTextIterator;
}
class SvxFontItem;
@@ -231,6 +232,7 @@ friend class ScTable;
friend struct ScRefCellValue;
friend class ScDocumentImport;
friend class sc::ColumnSpanSet;
+friend class sc::EditTextIterator;
typedef ::std::vector<ScTable*> TableContainer;
private: