diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 00:26:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 09:10:04 +0100 |
commit | 3df2068878b62a0eccc07ec356be44e0b499ad19 (patch) | |
tree | 12154cdba74d3bf7013425e4ef962f3d0c7af253 /forms/source/component | |
parent | 84bbf6d107c19ccea85ca02861783824b9f5d6d2 (diff) |
ditch distracting CHARSET_ANSI comment
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index c09e9f6cf3b9..52c85ad4c789 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -970,10 +970,6 @@ void ODatabaseForm::Encode( ::rtl::OUString& rString ) const { ::rtl::OUString aResult; - // Immer ANSI #58641 -// rString.Convert(CHARSET_SYSTEM, CHARSET_ANSI); - - // Zeilenendezeichen werden als CR dargestellt UniString sConverter = rString; sConverter.ConvertLineEnd( LINEEND_CR ); |