summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excrecds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excrecds.hxx')
-rw-r--r--sc/source/filter/inc/excrecds.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx
index 45dba0db12d5..fe70907bd330 100644
--- a/sc/source/filter/inc/excrecds.hxx
+++ b/sc/source/filter/inc/excrecds.hxx
@@ -271,7 +271,7 @@ public:
class ExcBundlesheet : public ExcBundlesheetBase
{
private:
- rtl::OString aName;
+ OString aName;
virtual void SaveCont( XclExpStream& rStrm );
@@ -383,7 +383,7 @@ private:
sal_uInt16 nCol;
sal_uInt16 nFlags;
ExcFilterCondition aCond[ 2 ];
- std::vector<rtl::OUString> maMultiValues;
+ std::vector<OUString> maMultiValues;
bool AddCondition( ScQueryConnect eConn, sal_uInt8 nType,
sal_uInt8 nOp, double fVal, String* pText,