summaryrefslogtreecommitdiff
path: root/l10ntools/inc/po.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/po.hxx')
-rw-r--r--l10ntools/inc/po.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx
index ce392593fc90..ce1443d26d14 100644
--- a/l10ntools/inc/po.hxx
+++ b/l10ntools/inc/po.hxx
@@ -46,7 +46,7 @@ public:
PoEntry();
PoEntry( const OString& rSourceFile, const OString& rResType, const OString& rGroupId,
const OString& rLocalId, const OString& rHelpText, const OString& rText,
- const TYPE eType = TTEXT );
+ const TYPE eType );
~PoEntry();
PoEntry( const PoEntry& rPo );
@@ -105,7 +105,7 @@ public:
enum OpenMode { TRUNC, APP };
PoOfstream();
- PoOfstream(const OString& rFileName, OpenMode aMode = TRUNC );
+ PoOfstream(const OString& rFileName, OpenMode aMode );
~PoOfstream();
PoOfstream(const PoOfstream&) = delete;
PoOfstream& operator=(const PoOfstream&) = delete;