summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtflde.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r--xmloff/source/text/txtflde.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 13072a5bf9e9..36c55162e45a 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -1820,7 +1820,7 @@ void XMLTextFieldExport::ExportFieldHelper(
ProcessString(XML_HINT,
GetStringProperty(sPropertyTooltip, rPropSet), true);
SvXMLElementExport aElem( GetExport(),
- XML_NAMESPACE_TEXT, XML_DROPDOWN,
+ XML_NAMESPACE_TEXT, XML_DROP_DOWN,
false, false );
ProcessStringSequence
(GetStringSequenceProperty( sPropertyItems, rPropSet ),
lass='decoration'>Stephan Bergmann 2023-03-20cppuhelper : use BaseMutex instead of OFactoryComponentHelper_MutexArnaud VERSINI 2023-03-20cppuhelper : use constexpr OUStringLiteral instead of a functionArnaud VERSINI 2023-01-13OFactoryComponentHelper's XAggregation is apparently unusedStephan Bergmann 2023-01-13Merge OSingleFactoryHelper into OFactoryComponentHelperStephan Bergmann 2023-01-12Don't let OSingleFactoryHelper delegate to derived classes' virtual overridesStephan Bergmann 2023-01-12Fix aggregating OFactoryComponentHelper::queryInterfaceStephan Bergmann 2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI 2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski 2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann 2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann 2022-06-02Fix type of cppuhelper::TypeManager::getInterfaceMember separator paramStephan Bergmann 2022-06-02clang-tidy modernize-pass-by-value in cppuhelperNoel Grandin