summaryrefslogtreecommitdiff
path: root/sc/inc/edittextiterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/edittextiterator.hxx')
-rw-r--r--sc/inc/edittextiterator.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/edittextiterator.hxx b/sc/inc/edittextiterator.hxx
index 354719adcea7..3f2ad4a16244 100644
--- a/sc/inc/edittextiterator.hxx
+++ b/sc/inc/edittextiterator.hxx
@@ -17,8 +17,8 @@ class ScTable;
class ScDocument;
class EditTextObject;
-namespace sc {
-
+namespace sc
+{
/**
* Iterate through all edit text cells in a given sheet. The caller must
* check the validity of the sheet index passed to its constructor.
@@ -46,12 +46,11 @@ class EditTextIterator
void init();
public:
- EditTextIterator( const ScDocument& rDoc, SCTAB nTab );
+ EditTextIterator(const ScDocument& rDoc, SCTAB nTab);
const EditTextObject* first();
const EditTextObject* next();
};
-
}
#endif