summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/templdlg.cxx')
-rw-r--r--sfx2/source/dialog/templdlg.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 2bda9d438466..e1a42b0fcb90 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -553,9 +553,16 @@ void StyleTreeListBox_Impl::Recalc()
}
/** Internal structure for the establishment of the hierarchical view */
+namespace {
+
class StyleTree_Impl;
+
+}
+
typedef std::vector<std::unique_ptr<StyleTree_Impl>> StyleTreeArr_Impl;
+namespace {
+
class StyleTree_Impl
{
private:
@@ -574,6 +581,7 @@ public:
StyleTreeArr_Impl& getChildren() { return pChildren; }
};
+}
static void MakeTree_Impl(StyleTreeArr_Impl& rArr)
{