summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/MacabHeader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/MacabHeader.hxx')
-rw-r--r--connectivity/source/drivers/macab/MacabHeader.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabHeader.hxx b/connectivity/source/drivers/macab/MacabHeader.hxx
index ae7de481ab92..c2ca8d7a69d1 100644
--- a/connectivity/source/drivers/macab/MacabHeader.hxx
+++ b/connectivity/source/drivers/macab/MacabHeader.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -56,7 +57,7 @@ namespace connectivity
sal_Int32 id;
MacabHeader *record;
public:
- void operator= (MacabHeader *_record);
+ iterator& operator= (MacabHeader *_record);
iterator();
~iterator();
void operator++ ();
@@ -69,3 +70,5 @@ namespace connectivity
}
#endif // _CONNECTIVITY_MACAB_HEADER_HXX_
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */