summaryrefslogtreecommitdiff
path: root/sd/source/filter/html
diff options
context:
space:
mode:
authorNorah A. Abanumay <nabanimy@kacst.edu.sa>2012-08-05 13:32:31 +0300
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-06 00:18:59 +0200
commit78b55ad11365bb97def308071bc45ca52cc557c7 (patch)
tree149d8a277593aec3c11abb99161d7c4ae399a056 /sd/source/filter/html
parentb80b7ba1791cdd9e79ed7a380b8981878f46b8a4 (diff)
Convert documents to follow the doxygen standard (fdo#44502, fdo#39468)
Change-Id: I58c73f74d53b5dc2eb462fb03664be65d4500170 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sd/source/filter/html')
-rw-r--r--sd/source/filter/html/htmlex.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 2bde062bd990..6c008a6370dc 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -87,9 +87,7 @@ public:
void SetContext( sal_uInt16 nResId, const String& rURL1, const String& rURL2 );
};
-// =====================================================================
-// this class exports an Impress Document as a HTML Presentation
-// =====================================================================
+/// this class exports an Impress Document as a HTML Presentation.
class HtmlExport
{
std::vector< SdPage* > maPages;
@@ -133,8 +131,8 @@ class HtmlExport
bool mbHiddenSlides;
bool mbEndless;
- bool mbUserAttr; // die folgenden Farben werden fuer das <body>
- Color maTextColor; // tag genutzt, wenn mbUserAttr true ist
+ bool mbUserAttr;
+ Color maTextColor; ///< The following colors are used for the <body> tag if mbUserAttr is true.
Color maBackColor;
Color maLinkColor;
Color maVLinkColor;
@@ -149,7 +147,7 @@ class HtmlExport
String** mpPageNames;
String** mpTextFiles;
- String maExportPath; // Das Ausgabeverzeichnes bzw. die URL
+ String maExportPath; ///< output directory or URL.
String maIndexUrl;
String maURLPath;
String maCGIPath;