summaryrefslogtreecommitdiff
path: root/writerperfect/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/strings.hrc')
-rw-r--r--writerperfect/inc/strings.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerperfect/inc/strings.hrc b/writerperfect/inc/strings.hrc
index 9f9b60d8bee8..2bd8d27ac82a 100644
--- a/writerperfect/inc/strings.hrc
+++ b/writerperfect/inc/strings.hrc
@@ -13,6 +13,7 @@
#define NC_(Context, String) (Context "\004" u8##String)
#define STR_ENCODING_DIALOG_TITLE NC_("STR_ENCODING_DIALOG_TITLE", "Import file")
+#define STR_ENCODING_DIALOG_TITLE_MSMULTIPLAN NC_("STR_ENCODING_DIALOG_TITLE_MSMULTIPLAN", "Import MS Multiplan for DOS file")
#define STR_ENCODING_DIALOG_TITLE_MSWORKS NC_("STR_ENCODING_DIALOG_TITLE_MSWORKS", "Import MS Works file")
#define STR_ENCODING_DIALOG_TITLE_MSWRITE NC_("STR_ENCODING_DIALOG_TITLE_MSWRITE", "Import MS Write file")
#define STR_ENCODING_DIALOG_TITLE_DOSWORD NC_("STR_ENCODING_DIALOG_TITLE_DOSWORD", "Import MS Word for DOS file")
06-05spelling instanciate -> instantiateNoel Grandin 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-25Fix typosAndrea Gelmini 2017-03-11Fix typosAndrea Gelmini 2017-02-28new loplugin unoanyNoel Grandin 2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin 2017-02-21loplugin:subtlezeroinit: cpputoolsStephan Bergmann 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann 2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2014-12-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-05markup with event type not checker typeCaolán McNamara 2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin 2014-05-08various: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith