summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/glossary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/glossary.hxx')
-rw-r--r--sw/source/ui/inc/glossary.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/inc/glossary.hxx b/sw/source/ui/inc/glossary.hxx
index c65db5a531f3..98f441620528 100644
--- a/sw/source/ui/inc/glossary.hxx
+++ b/sw/source/ui/inc/glossary.hxx
@@ -51,8 +51,6 @@ class Menu;
const short RET_EDIT = 100;
-//------------------------------------------------------------------
-
class SwGlTreeListBox : public SvTreeListBox
{
const OUString sReadonly;
@@ -84,7 +82,6 @@ public:
void Clear();
};
-//------------------------------------------------------------------
class SwOneExampleFrame;
class SwGlossaryDlg : public SvxStandardDialog
{
@@ -116,7 +113,6 @@ class SwGlossaryDlg : public SvxStandardDialog
OUString sResumeShortName;
sal_Bool bResume;
-
const sal_Bool bSelection : 1;
sal_Bool bReadOnly : 1;
sal_Bool bIsOld : 1;
@@ -139,7 +135,6 @@ class SwGlossaryDlg : public SvxStandardDialog
DECL_LINK( CheckBoxHdl, CheckBox * );
DECL_LINK( PreviewLoadedHdl, void * );
-
virtual void Apply();
void Init();
SvTreeListEntry* DoesBlockExist(const OUString& sBlock, const OUString& rShort);