summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/TemplateScanner.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-09-12 14:08:04 +0000
committerAndre Fischer <af@openoffice.org>2002-09-12 14:08:04 +0000
commit7eaba3c8282361d1ef8c62a40c3d7cc02c62cdb0 (patch)
treeb3e75b54d450819ed7229ce4e5520c942d0d938d /sd/source/ui/inc/TemplateScanner.hxx
parent177b39e5c5d43454a7a1dcc91b3fbb1f489174b7 (diff)
#10307# Removed anonymous namespace.
Diffstat (limited to 'sd/source/ui/inc/TemplateScanner.hxx')
-rw-r--r--sd/source/ui/inc/TemplateScanner.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/sd/source/ui/inc/TemplateScanner.hxx b/sd/source/ui/inc/TemplateScanner.hxx
index 716c8fac07af..03ef7e182f86 100644
--- a/sd/source/ui/inc/TemplateScanner.hxx
+++ b/sd/source/ui/inc/TemplateScanner.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TemplateScanner.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: af $ $Date: 2002-09-11 13:30:12 $
+ * last change: $Author: af $ $Date: 2002-09-12 15:08:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,9 @@
#include <vector>
-namespace {
+namespace sd
+{
+
/** Representation of a template or layout file.
*/
class TemplateEntry
@@ -103,6 +105,7 @@ public:
+
/** Representation of a template or layout folder.
*/
class TemplateDir
@@ -115,11 +118,9 @@ public:
String m_aUrl;
std::vector<TemplateEntry*> m_aEntries;
};
-}
-namespace sd
-{
+
/** This class scans the template folders for impress templates and puts
them into listboxes. While scanning the found templates are collected