summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index c81f6d1d5e8c..1d8969f91bb5 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -40,10 +40,7 @@ class SvXMLExport;
#define MAX_CACHE_SIZE 65536
-///////////////////////////////////////////////////////////////////////////////
-//
// Implementationclass for stylefamily-information
-//
typedef OUString* OUStringPtr;
typedef ::std::vector< OUStringPtr > SvXMLAutoStylePoolCache_Impl;
@@ -82,13 +79,10 @@ public:
void ClearEntries();
};
-/// A set that finds and sorts based only on mnFamily
+// A set that finds and sorts based only on mnFamily
typedef boost::ptr_set<XMLFamilyData_Impl> XMLFamilyDataList_Impl;
-///////////////////////////////////////////////////////////////////////////////
-//
// Properties of a pool
-//
class SvXMLAutoStylePoolPropertiesP_Impl
{
@@ -114,11 +108,7 @@ public:
typedef SvXMLAutoStylePoolPropertiesP_Impl* SvXMLAutoStylePoolPropertiesPPtr;
typedef ::std::vector< SvXMLAutoStylePoolPropertiesPPtr > SvXMLAutoStylePoolPropertiesPList_Impl;
-///////////////////////////////////////////////////////////////////////////////
-//
// Parents of AutoStylePool's
-//
-
class SvXMLAutoStylePoolParentP_Impl
{
OUString msParent;
@@ -160,10 +150,7 @@ public:
~SvXMLAutoStylePoolParentsP_Impl() { DeleteAndDestroyAll(); }
};
-///////////////////////////////////////////////////////////////////////////////
-//
// Implementationclass of SvXMLAutoStylePool
-//
class SvXMLAutoStylePoolP_Impl
{