summaryrefslogtreecommitdiffstats
path: root/sd/source/filter/html/htmlex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/htmlex.cxx')
-rw-r--r--sd/source/filter/html/htmlex.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx
index ad8e2a97eae6..77189e3d543d 100644
--- a/sd/source/filter/html/htmlex.cxx
+++ b/sd/source/filter/html/htmlex.cxx
@@ -114,6 +114,8 @@ const char * const pButtonNames[] =
#define BTN_MORE 10
#define BTN_LESS 11
+namespace {
+
// Helper class for the simple creation of files local/remote
class EasyFile
{
@@ -131,6 +133,8 @@ public:
void close();
};
+}
+
// Helper class for the embedding of text attributes into the html output
class HtmlState
{