summaryrefslogtreecommitdiff
path: root/include/comphelper/stl_types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/stl_types.hxx')
-rw-r--r--include/comphelper/stl_types.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx
index f154937bd507..f38a9cf061a5 100644
--- a/include/comphelper/stl_types.hxx
+++ b/include/comphelper/stl_types.hxx
@@ -181,7 +181,6 @@ public:
}
Self & operator*() { return *this; } // so operator= works
Self & operator++() { return *this; }
- Self & operator++(int) { return *this; }
private:
OUStringBuffer & m_rBuffer;