summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/charsets.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-03-14 07:54:05 +0000
committerFrank Schönheit <fs@openoffice.org>2002-03-14 07:54:05 +0000
commitdb9b2a90d4d2a8dcfffd11382137512380f5acfe (patch)
tree7cc2e7f3bd8847dd8bb70958755738e5c238f332 /dbaccess/source/ui/misc/charsets.cxx
parentf09f65c3eb175bfe4fe36381e9dcf90dce1bf778 (diff)
#97788# assertion for invalid character set maps corrected
Diffstat (limited to 'dbaccess/source/ui/misc/charsets.cxx')
-rw-r--r--dbaccess/source/ui/misc/charsets.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/charsets.cxx b/dbaccess/source/ui/misc/charsets.cxx
index e92692556aa3..0f635ea17cc0 100644
--- a/dbaccess/source/ui/misc/charsets.cxx
+++ b/dbaccess/source/ui/misc/charsets.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: charsets.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-10-15 13:38:09 $
+ * last change: $Author: fs $ $Date: 2002-03-14 08:54:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ namespace dbaui
m_aDisplayNames.push_back( String( aLocalId ) );
else
{
- DBG_ASSERT( !bAlreadyAsserted, "OCharsetDisplay::OCharsetDisplay: invalid resources!" );
+ DBG_ASSERT( bAlreadyAsserted, "OCharsetDisplay::OCharsetDisplay: invalid resources!" );
#ifdef DBG_UTIL
bAlreadyAsserted = sal_True;
#endif
@@ -251,6 +251,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.4 2001/10/15 13:38:09 fs
+ * #93204# new supported charset IBM866 (cyrillic)
+ *
* Revision 1.3 2001/05/10 12:02:10 fs
* #86849# be a little more tolerant when display names are missing
*