summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/MacabRecords.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/MacabRecords.hxx')
-rwxr-xr-xconnectivity/source/drivers/macab/MacabRecords.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabRecords.hxx b/connectivity/source/drivers/macab/MacabRecords.hxx
index 239a9c448c99..ff01bbc16227 100755
--- a/connectivity/source/drivers/macab/MacabRecords.hxx
+++ b/connectivity/source/drivers/macab/MacabRecords.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.
@@ -120,7 +121,7 @@ namespace connectivity
MacabRecords *records;
public:
sal_Int32 id;
- void operator= (MacabRecords *_records);
+ iterator& operator= (MacabRecords *_records);
iterator();
~iterator();
void operator++ ();
@@ -134,3 +135,5 @@ namespace connectivity
}
#endif // _CONNECTIVITY_MACAB_RECORDS_HXX_
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */