summaryrefslogtreecommitdiffstats
path: root/include/formula/formula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/formula.hxx')
-rw-r--r--include/formula/formula.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx
index 0051900168e4..e7db10033e6e 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -28,14 +28,14 @@
namespace formula
{
-//============================================================================
+
#define STRUCT_END 1
#define STRUCT_FOLDER 2
#define STRUCT_ERROR 3
enum FormulaDlgMode { FORMULA_FORMDLG_FORMULA, FORMULA_FORMDLG_ARGS, FORMULA_FORMDLG_EDIT };
-//============================================================================
+
class FormulaDlg_Impl;
class IControlReferenceHandler;
@@ -45,7 +45,7 @@ class FormulaHelper;
class RefEdit;
class RefButton;
class FormEditData;
-//============================================================================
+
class FORMULA_DLLPUBLIC FormulaModalDialog : public ModalDialog, public formula::IFormulaEditorHelper
{
friend class FormulaDlg_Impl;