summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r--sfx2/source/appl/newhelp.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index c34308afb72d..945d24a1f63b 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -243,6 +243,8 @@ namespace sfx2
// struct IndexEntry_Impl ------------------------------------------------
+namespace {
+
struct IndexEntry_Impl
{
bool const m_bSubEntry;
@@ -263,6 +265,8 @@ struct ContentEntry_Impl
aURL( rURL ), bIsFolder( bFolder ) {}
};
+}
+
// ContentListBox_Impl ---------------------------------------------------
ContentListBox_Impl::ContentListBox_Impl(vcl::Window* pParent, WinBits nStyle)