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, 7 insertions, 7 deletions
diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx
index f1de479b2f8a..6bdf14b76154 100644
--- a/sc/source/ui/inc/pvfundlg.hxx
+++ b/sc/source/ui/inc/pvfundlg.hxx
@@ -40,13 +40,13 @@
#include <boost/scoped_ptr.hpp>
#include <boost/unordered_map.hpp>
-// ============================================================================
+
typedef sfx::ListBoxWrapper< sal_Int32 > ScDPListBoxWrapper;
class ScDPObject;
-// ============================================================================
+
class ScDPFunctionListBox : public ListBox
{
@@ -60,7 +60,7 @@ private:
void FillFunctionNames();
};
-// ============================================================================
+
class ScDPFunctionDlg : public ModalDialog
{
@@ -103,7 +103,7 @@ private:
bool mbEmptyItem; /// true = Empty base item in listbox.
};
-// ============================================================================
+
class ScDPSubtotalDlg : public ModalDialog
{
@@ -140,7 +140,7 @@ private:
bool mbEnableLayout; /// true = Enable Layout mode controls.
};
-// ============================================================================
+
class ScDPSubtotalOptDlg : public ModalDialog
{
@@ -194,7 +194,7 @@ private:
NameMapType maDataFieldNameMap; /// Cache for displayed name to field name mapping.
};
-// ============================================================================
+
class ScDPShowDetailDlg : public ModalDialog
{
@@ -225,7 +225,7 @@ private:
ScDPObject& mrDPObj;
};
-// ============================================================================
+
#endif