summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLChartStyleContext.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /xmloff/inc/XMLChartStyleContext.hxx
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r--xmloff/inc/XMLChartStyleContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx
index c199e90adb94..c20fcc6c29fd 100644
--- a/xmloff/inc/XMLChartStyleContext.hxx
+++ b/xmloff/inc/XMLChartStyleContext.hxx
@@ -32,7 +32,7 @@ protected:
/// is called when an attribute at the (auto)style element is found
virtual void SetAttribute( sal_uInt16 nPrefixKey,
const OUString& rLocalName,
- const OUString& rValue ) SAL_OVERRIDE;
+ const OUString& rValue ) override;
public:
TYPEINFO_OVERRIDE();
@@ -47,13 +47,13 @@ public:
/// is called after all styles have been read to apply styles
void FillPropertySet(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > & rPropSet ) SAL_OVERRIDE;
+ ::com::sun::star::beans::XPropertySet > & rPropSet ) override;
/// necessary for property context (element-property symbol-image)
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) override;
};
#endif // INCLUDED_XMLOFF_INC_XMLCHARTSTYLECONTEXT_HXX
obsoleteMike Kaganski 2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann 2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann 2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann 2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann 2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann 2016-08-29OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann 2015-11-13Adapt to clang-clStephan Bergmann 2015-07-22Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky 2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann 2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann 2015-06-24Generalize OUStringLiteral1Stephan Bergmann 2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann 2014-12-18Introduce gb_*_set_external_codeStephan Bergmann 2014-11-19sal, cppuhelper headers a little more complete and self-containedMichael Stahl 2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist 2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud 2013-10-23fixincludeguards.sh: include - the restThomas Arnhold 2013-04-24move URE headers to include/David Tardon