summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-07-29 22:58:21 +0200
committerMichael Stahl <mstahl@redhat.com>2016-08-01 11:13:34 +0200
commitd76e3abe130007086099c62c5b425aaef82dc944 (patch)
treeda34a6e23d68b0e8556224a56658adb3aa792fab /framework/source/inc
parentaa6bca0dfa0a58aae91eb5fa3564add642cd4238 (diff)
framework: stop adding silly empty accelerator/current.xml files
... to ODF packages. Somehow this is even skipped sometimes, but it's much easier to just turn off the silliness than find out why. Change-Id: Iff509dfd8325fd517e6434bcb56edbd06a3c27f1
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 3451ef7cc16f..be781c2f2444 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -297,7 +297,8 @@ class PresetHandler
@return The opened target stream ... or NULL if the target does not exists
or couldnt be created as new one.
*/
- css::uno::Reference< css::io::XStream > openTarget(const OUString& sTarget);
+ css::uno::Reference< css::io::XStream > openTarget(
+ const OUString& sTarget, sal_Int32 nMode);
/** @short do anything which is necessary to flush all changes
back to disk.