summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pvfundlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/pvfundlg.hxx')
-rw-r--r--sc/source/ui/inc/pvfundlg.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx
index 451a75818520..03feaa6ced33 100644
--- a/sc/source/ui/inc/pvfundlg.hxx
+++ b/sc/source/ui/inc/pvfundlg.hxx
@@ -40,14 +40,10 @@
#include <boost/scoped_ptr.hpp>
#include <boost/unordered_map.hpp>
-
-
typedef sfx::ListBoxWrapper< sal_Int32 > ScDPListBoxWrapper;
class ScDPObject;
-
-
class ScDPFunctionListBox : public ListBox
{
public:
@@ -60,8 +56,6 @@ private:
void FillFunctionNames();
};
-
-
class ScDPFunctionDlg : public ModalDialog
{
typedef ::boost::unordered_map< OUString, OUString, OUStringHash > NameMapType;
@@ -103,8 +97,6 @@ private:
bool mbEmptyItem; /// true = Empty base item in listbox.
};
-
-
class ScDPSubtotalDlg : public ModalDialog
{
public:
@@ -140,8 +132,6 @@ private:
bool mbEnableLayout; /// true = Enable Layout mode controls.
};
-
-
class ScDPSubtotalOptDlg : public ModalDialog
{
public:
@@ -194,8 +184,6 @@ private:
NameMapType maDataFieldNameMap; /// Cache for displayed name to field name mapping.
};
-
-
class ScDPShowDetailDlg : public ModalDialog
{
public:
@@ -225,8 +213,6 @@ private:
ScDPObject& mrDPObj;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */