diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/cfgmerge.hxx | 1 | ||||
-rw-r--r-- | l10ntools/inc/export.hxx | 1 | ||||
-rw-r--r-- | l10ntools/source/cfgmerge.cxx | 1 | ||||
-rw-r--r-- | l10ntools/source/xrmmerge.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx index 9099b27d8864..3982e3fdc631 100644 --- a/l10ntools/inc/cfgmerge.hxx +++ b/l10ntools/inc/cfgmerge.hxx @@ -30,7 +30,6 @@ typedef std::unordered_map<OString, OString, OStringHash> OStringHashMap; - // class CfgStackData diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 37188105b84d..fec3f6771126 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -98,7 +98,6 @@ public: }; - // class Export diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx index 2175aec961b1..3ea923059392 100644 --- a/l10ntools/source/cfgmerge.cxx +++ b/l10ntools/source/cfgmerge.cxx @@ -396,7 +396,6 @@ void CfgExport::WorkOnText( } - // class CfgMerge diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx index 53e72eb4968c..457c4f28db91 100644 --- a/l10ntools/source/xrmmerge.cxx +++ b/l10ntools/source/xrmmerge.cxx @@ -146,7 +146,6 @@ int GetError() // class XRMResParser - XRMResParser::XRMResParser() : bError( false ), bText( false ) |