summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excimp8.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excimp8.hxx')
-rw-r--r--sc/source/filter/inc/excimp8.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excimp8.hxx b/sc/source/filter/inc/excimp8.hxx
index 94bc2a6558f4..d4a54cc20013 100644
--- a/sc/source/filter/inc/excimp8.hxx
+++ b/sc/source/filter/inc/excimp8.hxx
@@ -70,7 +70,7 @@ private:
private:
// represents codename ( and associated modules )
// not speficied directly in the binary format
- std::vector<rtl::OUString> maAutoGeneratedCodeNames;
+ std::vector<OUString> maAutoGeneratedCodeNames;
ExcScenarioList maScenList;
};
@@ -89,7 +89,7 @@ private:
bool bCriteria:1;
bool bAutoOrAdvanced:1;
- void CreateFromDouble( rtl::OUString& rStr, double fVal );
+ void CreateFromDouble( OUString& rStr, double fVal );
void SetCellAttribs();
void InsertQueryParam();