summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:09:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:09:36 +0000
commit274cf39d425c1403e66610c71f4d8e6e8dd861ad (patch)
tree7933f91eefcfd144f0971af2298bf1ac504dc89d /xmlhelp
parent1f9bbb6dda686ba52cb3219a0edaa3601cb48426 (diff)
INTEGRATION: CWS fwk01 (1.32.2.1.24); FILE MERGED
2003/03/10 13:46:11 abi 1.32.2.1.24.1: #107875# operator new[]/delete - mismatch
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index d997ad36aa56..a9d7229e12d9 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: databases.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 18:07:31 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:09:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -921,7 +921,7 @@ void Databases::errorDocument( const rtl::OUString& Language,
void Databases::changeCSS(const rtl::OUString& newStyleSheet)
{
m_aCSS = newStyleSheet.toAsciiLowerCase();
- delete m_pCustomCSSDoc, m_pCustomCSSDoc = 0,m_nCustomCSSDocLength = 0;
+ delete[] m_pCustomCSSDoc, m_pCustomCSSDoc = 0,m_nCustomCSSDocLength = 0;
}