summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-12 13:15:12 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-12 13:15:12 +0200
commit61e685d3e8e68b37294c6b853342a39c54cd85d9 (patch)
tree5f5ee9c9bab49f213adb4f7d990910b7af947fe0
parent5d5e24f5bc71d413f051746063573a72db65ab7d (diff)
slidecopy: proper deletion of 'argv[iXhp + 3]', will cause assertions otherwise, which break the build in instsetoo_native
-rw-r--r--l10ntools/source/help/HelpLinker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index ae2b88bfc470..9eed9132a5ec 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -1096,7 +1096,7 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
args.push_back(std::string( argv[i]) );
for( sal_Int32 iXhp = 0 ; iXhp < nXhpFileCount ; ++iXhp )
- delete argv[iXhp + 3];
+ delete[] argv[iXhp + 3];
delete[] argv;
rtl::OString aOExtensionLanguageRoot = rtl::OUStringToOString( aExtensionLanguageRoot, fs::getThreadTextEncoding() );
ands in Writer and CalcMaxim Monastirsky 2014-11-17Related: fdo#83572 Try to fix zoom mode button stateMaxim Monastirsky 2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel 2014-09-14fdo#55903 Immediate effect for zoom in buttonMaxim Monastirsky 2014-09-06DockingWindow LayerDialog appears unusedCaolán McNamara 2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt 2014-06-09Related: fdo#78151 force outliners in master view to be read-only textCaolán McNamara 2014-05-30fdo#76953: cannot start show at selected slideZolnai Tamás 2014-04-23fdo#64047: n#863021: Add set-all language menu.Muthu Subramanian 2014-03-27Basic UI for inserting 3D modelsZolnai Tamás 2014-02-26Remove visual noise from sdAlexander Wilms