diff options
author | Michael Stahl <mst@openoffice.org> | 2011-03-11 12:11:04 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-03-11 12:11:04 +0100 |
commit | ad961773037471b9d41ba64effe3794fbeb1ec0a (patch) | |
tree | af63ae2127fdc0534f6b50ba5dcc447a4728f535 /sw/source/ui/inc/glosbib.hxx | |
parent | 24738dfe47e16d7a75a7cec9b51db3b32de4ef3e (diff) | |
parent | d9e49c5269404110c35dd85f964c93f4793f25a9 (diff) |
sw34bf04: merge DEV300_m102
Diffstat (limited to 'sw/source/ui/inc/glosbib.hxx')
-rw-r--r-- | sw/source/ui/inc/glosbib.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/ui/inc/glosbib.hxx b/sw/source/ui/inc/glosbib.hxx index 82228bdaa5..f9dcd54ace 100644 --- a/sw/source/ui/inc/glosbib.hxx +++ b/sw/source/ui/inc/glosbib.hxx @@ -74,9 +74,11 @@ public: class SwGlossaryGroupDlg : public SvxStandardDialog { - + FixedText aBibFT; FEdit aNameED; + FixedText aPathFT; ListBox aPathLB; + FixedText aSelectFT; SwGlossaryGroupTLB aGroupTLB; OKButton aOkPB; @@ -85,9 +87,6 @@ class SwGlossaryGroupDlg : public SvxStandardDialog PushButton aNewPB; PushButton aDelPB; PushButton aRenamePB; - FixedText aBibFT; - FixedText aPathFT; - FixedText aSelectFT; SvStrings* pRemovedArr; SvStrings* pInsertedArr; |