summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pvfundlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-02 16:42:29 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-02 16:44:39 -0400
commit053832f8dc453b408d33028e58b7357b29041ae3 (patch)
tree5b3dc0b9296e51bce142491a903b6375e9a08cb3 /sc/source/ui/inc/pvfundlg.hxx
parentefaeb259a719f3fa37e16f393f5c71124ae80a75 (diff)
fdo#51222: Use multi-list box for subtotal dialog.
Change-Id: I22cb3b66d0c4a93cbcba05bb5990080e5ee57a2e
Diffstat (limited to 'sc/source/ui/inc/pvfundlg.hxx')
-rw-r--r--sc/source/ui/inc/pvfundlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx
index 76c60499ea11..00189ab50d6e 100644
--- a/sc/source/ui/inc/pvfundlg.hxx
+++ b/sc/source/ui/inc/pvfundlg.hxx
@@ -53,7 +53,7 @@ class ScDPObject;
// ============================================================================
-class ScDPFunctionListBox : public ListBox
+class ScDPFunctionListBox : public MultiListBox
{
public:
explicit ScDPFunctionListBox( Window* pParent, const ResId& rResId );