summaryrefslogtreecommitdiff
path: root/include/svl/adrparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/adrparse.hxx')
-rw-r--r--include/svl/adrparse.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/adrparse.hxx b/include/svl/adrparse.hxx
index 81bac49e792e..e6c08e84cb24 100644
--- a/include/svl/adrparse.hxx
+++ b/include/svl/adrparse.hxx
@@ -23,7 +23,7 @@
#include <svl/svldllapi.h>
#include <vector>
-//============================================================================
+
struct SvAddressEntry_Impl
{
OUString m_aAddrSpec;
@@ -41,10 +41,10 @@ struct SvAddressEntry_Impl
}
};
-//============================================================================
+
typedef ::std::vector< SvAddressEntry_Impl* > SvAddressList_Impl;
-//============================================================================
+
class SVL_DLLPUBLIC SvAddressParser
{
friend class SvAddressParser_Impl;