summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/sdi/sfx.sdi25
1 files changed, 0 insertions, 25 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index d5abfb81c131..d72d23ded80f 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -2696,31 +2696,6 @@ SfxVoidItem GoUpSel SID_CURSORUP_SEL
]
-SfxVoidItem HelpDownload SID_HELP_DOWNLOAD
-()
-[
- /* flags: */
- AutoUpdate = FALSE,
- Cachable = Cachable,
- FastCall = FALSE,
- HasCoreId = FALSE,
- HasDialog = TRUE,
- ReadOnlyDoc = TRUE,
- Toggle = FALSE,
- Container = TRUE,
- RecordAbsolute = FALSE,
- RecordPerSet;
- Asynchron;
-
- /* config: */
- AccelConfig = FALSE,
- MenuConfig = FALSE,
- StatusBarConfig = FALSE,
- ToolBoxConfig = FALSE,
- GroupId = GID_EXPLORER;
-]
-
-
SfxVoidItem HelpIndex SID_HELPINDEX
()
[
sh&id=d7a84ce8406096b455d81f50cd50ca2e877adc06'>vclwidget: only call dispose() onceNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2015-03-25loplugin:constantfunctionStephan Bergmann 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-01-20Some more loplugin:cstylecast: mysqlcStephan Bergmann 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann 2014-12-18Introduce gb_*_set_external_codeStephan Bergmann 2014-12-04mysqlc: loplugin:cstylecastStephan Bergmann 2014-11-18mysqlc: fix build after cppuhelper header cleanupMichael Stahl 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-11-05fdo#38835 strip out OUString globalsNoel Grandin 2014-10-23fdo#83991 - cleanup whitespace after folding comment removal.Vinicius Vendramini 2014-10-22fdo#83991 - remove redundant function folding comments.Vinicius Vendramini 2014-10-01mysqlc: These shall be plain "Time" not "tools::Time" apparentlyStephan Bergmann 2014-10-01fdo#82577: Handle TimeNoel Grandin 2014-09-30mysqlc: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann 2014-09-17Translate German comment.Michael Meeks 2014-09-09fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++Lionel Elie Mamane 2014-08-11update mysqlc READMELionel Elie Mamane 2014-07-02mysqlc: sal_Bool -> boolStephan Bergmann 2014-05-30deb#749592 mysql-connector doesn't work with remote connectionsNoel Grandin 2014-05-29use OUString::startsWith()Noel Grandin 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet