summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-16 14:52:26 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-16 21:31:44 -0400
commite4f55865078e887a34d7b127b75d01ae374968de (patch)
treedd11b78684f6f66fafcdc1a40d6ba5d8fbd719c1 /xmloff/source/style/impastpl.hxx
parentef60854f7d28a325ddb2f938c2d9fe15e48777b4 (diff)
This cache data member is never used. Remove it.
Change-Id: I03d55ce8cfe175a75ed22639a06ac22c8783ccd7
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx16
1 files changed, 6 insertions, 10 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index 140cc43e21c5..84bfdfb781c9 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -42,13 +42,9 @@ class SvXMLExport;
// Implementationclass for stylefamily-information
-typedef OUString* OUStringPtr;
-typedef ::std::vector< OUStringPtr > SvXMLAutoStylePoolCache_Impl;
-
class XMLFamilyData_Impl
{
public:
- SvXMLAutoStylePoolCache_Impl *pCache;
sal_uInt32 mnFamily;
OUString maStrFamilyName;
UniReference < SvXMLExportPropertyMapper > mxMapper;
@@ -66,7 +62,6 @@ public:
const OUString& rStrPrefix, sal_Bool bAsFamily = sal_True );
XMLFamilyData_Impl( sal_Int32 nFamily ) :
- pCache( 0 ),
mnFamily( nFamily ), mpParentList( NULL ),
mpNameList( NULL ), mnCount( 0 ), mnName( 0 ),
bAsFamily( false )
@@ -174,11 +169,12 @@ public:
com::sun::star::uno::Sequence<sal_Int32>& aFamilies,
com::sun::star::uno::Sequence<OUString>& aNames );
- sal_Bool Add( OUString& rName, sal_Int32 nFamily,
- const OUString& rParent,
- const ::std::vector< XMLPropertyState >& rProperties,
- sal_Bool bCache = sal_False,
- bool bDontSeek = false );
+ bool Add(
+ OUString& rName, sal_Int32 nFamily,
+ const OUString& rParent,
+ const ::std::vector< XMLPropertyState >& rProperties,
+ bool bDontSeek = false );
+
sal_Bool AddNamed( const OUString& rName, sal_Int32 nFamily,
const OUString& rParent,
const ::std::vector< XMLPropertyState >& rProperties );