summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-17 22:43:43 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-17 23:10:58 -0400
commit82e3de57471c30e0047fcfc714d1219fd15067e4 (patch)
treeee4642f2cfe7b75328cedac9a7e2a5fcb6743bc7 /xmloff/source/style/impastpl.hxx
parent30dab43c058c27ca603b5ac318a0283883475fc9 (diff)
Rename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties.
Change-Id: Ib2bd2da3852fdd8110d6d799b5a4091f2a89f0a8
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index 077456e600ad..c45f87ee9874 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -74,7 +74,7 @@ struct XMLAutoStyleFamily : boost::noncopyable
// Properties of a pool
-class SvXMLAutoStylePoolPropertiesP_Impl
+class XMLAutoStylePoolProperties
{
OUString msName;
::std::vector< XMLPropertyState > maProperties;
@@ -82,9 +82,9 @@ class SvXMLAutoStylePoolPropertiesP_Impl
public:
- SvXMLAutoStylePoolPropertiesP_Impl( XMLAutoStyleFamily& rFamilyData, const ::std::vector< XMLPropertyState >& rProperties );
+ XMLAutoStylePoolProperties( XMLAutoStyleFamily& rFamilyData, const ::std::vector< XMLPropertyState >& rProperties );
- ~SvXMLAutoStylePoolPropertiesP_Impl()
+ ~XMLAutoStylePoolProperties()
{
}
@@ -99,7 +99,7 @@ public:
class XMLAutoStylePoolParent
{
public:
- typedef boost::ptr_vector<SvXMLAutoStylePoolPropertiesP_Impl> PropertiesListType;
+ typedef boost::ptr_vector<XMLAutoStylePoolProperties> PropertiesListType;
private:
OUString msParent;
@@ -191,7 +191,7 @@ public:
struct SvXMLAutoStylePoolPExport_Impl
{
const OUString *mpParent;
- const SvXMLAutoStylePoolPropertiesP_Impl *mpProperties;
+ const XMLAutoStylePoolProperties *mpProperties;
};
#endif