summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pvlaydlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-16 23:35:05 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-22 14:02:01 -0500
commitec057e46646f21e3a8eba82c935283daec84e147 (patch)
tree7a44742d606b8637819f93000087f74a1b09cbaa /sc/source/ui/inc/pvlaydlg.hxx
parentfb487ea4c16d015bf69fb965fd0ad36c5bb03fde (diff)
Use ptr_vector for ScDPLabelData vector.
Diffstat (limited to 'sc/source/ui/inc/pvlaydlg.hxx')
-rw-r--r--sc/source/ui/inc/pvlaydlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx
index eda66f044def..cb352d261713 100644
--- a/sc/source/ui/inc/pvlaydlg.hxx
+++ b/sc/source/ui/inc/pvlaydlg.hxx
@@ -191,7 +191,7 @@ private:
private:
void Init (bool bNewOutput);
- void InitWndSelect ( const ::std::vector<ScDPLabelDataRef>& rLabels );
+ void InitWndSelect(const ScDPLabelDataVec& rLabels);
void InitFieldWindow ( const ::std::vector<PivotField>& rFields, ScDPFieldType eType );
void InitFocus ();
void InitFields ();