diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-15 02:02:14 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-15 02:02:52 -0500 |
commit | e786e2d25ab0105e88d7ca260c7ef4a88c9b821c (patch) | |
tree | cbeab4b56c87f944d095f1c2347b4752527ed5c1 /sc/inc | |
parent | 35054d3f6213c11546200820c706c8a1527ec605 (diff) |
String to rtl::OUString.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dptabres.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index b8a2414a90c7..2c92f22bd5c3 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -299,7 +299,7 @@ private: ScSubTotalFunc* pMeasFuncs; ::com::sun::star::sheet::DataPilotFieldReference* pMeasRefs; sal_uInt16* pMeasRefOrient; - std::vector<String> maMeasureNames; + std::vector<rtl::OUString> maMeasureNames; bool bLateInit:1; bool bDataAtCol:1; bool bDataAtRow:1; @@ -312,7 +312,7 @@ public: void SetMeasureData( long nCount, const ScSubTotalFunc* pFunctions, const ::com::sun::star::sheet::DataPilotFieldReference* pRefs, - const sal_uInt16* pRefOrient, std::vector<String>& rNames ); + const sal_uInt16* pRefOrient, std::vector<rtl::OUString>& rNames ); void SetDataLayoutOrientation( sal_uInt16 nOrient ); void SetLateInit( bool bSet ); |