diff options
Diffstat (limited to 'sc/source/ui/inc/pvlaydlg.hxx')
-rw-r--r-- | sc/source/ui/inc/pvlaydlg.hxx | 2 |
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 (); |