summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:41:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:50:46 -0600
commit7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (patch)
tree0fbe4279986d6b3d9a28c602e8e433632cd6d5a0 /starmath/inc/dialog.hxx
parent35e44118b8e55b2263bd10e8b11d9ac4e043228b (diff)
Remove visual noise from starmath
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b Reviewed-on: https://gerrit.libreoffice.org/8315 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index fb5f64cc17b9..ee6a23b1e077 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -303,7 +303,7 @@ public:
void SetDblClickHdl(const Link& rLink) { aSymbolWindow.SetDblClickHdl(rLink); }
};
-////////////////////////////////////////////////////////////////////////////////
+
class SmShowSymbol : public Control
{
@@ -325,7 +325,7 @@ public:
void SetDblClickHdl(const Link &rLink) { aDblClickHdlLink = rLink; }
};
-////////////////////////////////////////////////////////////////////////////////
+
class SmSymDefineDialog;
@@ -368,7 +368,7 @@ public:
sal_uInt16 GetSelectedSymbol() const { return m_pSymbolSetDisplay->GetSelectSymbol(); }
};
-////////////////////////////////////////////////////////////////////////////////
+
class SmShowChar : public Control
{
@@ -384,7 +384,7 @@ public:
void SetSymbol( sal_UCS4 cChar, const Font &rFont );
};
-////////////////////////////////////////////////////////////////////////////////
+
class SmSymDefineDialog : public ModalDialog
{