summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.hxx b/sc/source/filter/xml/XMLStylesExportHelper.hxx
index ec31256bd0c4..0e233ce7be20 100644
--- a/sc/source/filter/xml/XMLStylesExportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesExportHelper.hxx
@@ -158,7 +158,6 @@ public:
void Sort();
};
-typedef std::vector<OUString*> ScMyOUStringVec;
struct ScMyFormatRange
{
@@ -178,8 +177,8 @@ class ScFormatRangeStyles
typedef std::vector<ScMyFormatRangeAddresses*> ScMyFormatRangeListVec;
ScMyFormatRangeListVec aTables;
- ScMyOUStringVec aStyleNames;
- ScMyOUStringVec aAutoStyleNames;
+ std::vector<OUString*> aStyleNames;
+ std::vector<OUString*> aAutoStyleNames;
const ScMyDefaultStyleList* pColDefaults;
public:
@@ -206,7 +205,7 @@ public:
class ScColumnRowStylesBase
{
- ScMyOUStringVec aStyleNames;
+ std::vector<OUString*> aStyleNames;
public:
ScColumnRowStylesBase();