summaryrefslogtreecommitdiff
path: root/include/comphelper/enumhelper.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-29 02:08:01 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-29 02:08:32 +0200
commit9eeee5466fba5a3ff1de6d47b6341d83cf14c275 (patch)
tree954ed8aed74bcde1b1efb3c481825e336c90ae61 /include/comphelper/enumhelper.hxx
parent5215ae54437d2cdc017e49b5b518c4e6a8fb2d50 (diff)
Bin superfluous whitespace, ASCII art and useless comments
Change-Id: Ic70fe69f407e49604b056cdcb92aa3d656e1aeaf
Diffstat (limited to 'include/comphelper/enumhelper.hxx')
-rw-r--r--include/comphelper/enumhelper.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/comphelper/enumhelper.hxx b/include/comphelper/enumhelper.hxx
index 3983a29271ed..6e0f9820cbdc 100644
--- a/include/comphelper/enumhelper.hxx
+++ b/include/comphelper/enumhelper.hxx
@@ -30,21 +30,15 @@
#include <osl/mutex.hxx>
#include <comphelper/comphelperdllapi.h>
-
namespace comphelper
{
-//= OEnumerationLock
-
struct OEnumerationLock
{
public:
::osl::Mutex m_aLock;
};
-
-//= OEnumerationByName
-
/** provides an com.sun.star.container::XEnumeration access based
on an object implementing the com.sun.star.container::XNameAccess interface
*/
@@ -74,9 +68,6 @@ private:
COMPHELPER_DLLPRIVATE void impl_stopDisposeListening();
};
-
-//= OEnumerationByIndex
-
/** provides an com.sun.star.container::XEnumeration access based
on an object implementing the com.sun.star.container::XNameAccess interface
*/
@@ -103,9 +94,6 @@ private:
COMPHELPER_DLLPRIVATE void impl_stopDisposeListening();
};
-
-//= OAnyEnumeration
-
/** provides an com.sun.star.container::XEnumeration
for an outside set vector of Any's.
@@ -126,12 +114,8 @@ public:
};
-
}
-//... namespace comphelper .......................................................
#endif // INCLUDED_COMPHELPER_ENUMHELPER_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */