summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xrmmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xrmmerge.hxx')
-rw-r--r--l10ntools/inc/xrmmerge.hxx17
1 files changed, 8 insertions, 9 deletions
diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx
index a2a8906a1b17..f5de9af9bc2e 100644
--- a/l10ntools/inc/xrmmerge.hxx
+++ b/l10ntools/inc/xrmmerge.hxx
@@ -17,14 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef XRMMERGE_INCLUDED
+#define XRMMERGE_INCLUDED
+
#include "sal/config.h"
#include <fstream>
-//
-// XRMResParser
-//
+/// Parser for *.xrm and description.xml files
class XRMResParser
{
private:
@@ -68,10 +69,8 @@ public:
sal_Bool GetError() { return bError; }
};
-//
-// XRMResExport
-//
+/// Export strings from *.xrm and description.xml files
class XRMResExport : public XRMResParser
{
private:
@@ -101,10 +100,8 @@ public:
virtual ~XRMResExport();
};
-//
-// class XRMResMerge
-//
+/// Merge strings to *.xrm and description.xml files
class XRMResMerge : public XRMResParser
{
private:
@@ -137,4 +134,6 @@ public:
virtual ~XRMResMerge();
};
+#endif // XRMMERGE_INCLUDED
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */