summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/gloshdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dochdl/gloshdl.cxx')
-rw-r--r--sw/source/uibase/dochdl/gloshdl.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx
index 3030c714e182..31af40a2011c 100644
--- a/sw/source/uibase/dochdl/gloshdl.cxx
+++ b/sw/source/uibase/dochdl/gloshdl.cxx
@@ -63,6 +63,8 @@ using namespace ::com::sun::star;
const short RET_EDIT = 100;
+namespace {
+
struct TextBlockInfo_Impl
{
OUString const sTitle;
@@ -72,6 +74,8 @@ struct TextBlockInfo_Impl
: sTitle(rTitle), sLongName(rLongName), sGroupName(rGroupName) {}
};
+}
+
// Dialog for edit templates
void SwGlossaryHdl::GlossaryDlg()
{