diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-30 05:55:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-07-02 03:08:30 +0200 |
commit | 2c3b138a801437e801241039fa34f5f17646ecfe (patch) | |
tree | a2f1bd76dc919e4a6a7decc4eb2d25770e23258a /xmloff | |
parent | e4b145089367277bff880731d020ef21c2b51d03 (diff) |
fix indentation
Change-Id: I1bdd8980109b340765c0600f897ff14e75fb0bae
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/XMLChartStyleContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx index b8246c774fb4..27ac66bb5632 100644 --- a/xmloff/source/chart/XMLChartStyleContext.cxx +++ b/xmloff/source/chart/XMLChartStyleContext.cxx @@ -78,9 +78,9 @@ XMLChartStyleContext::~XMLChartStyleContext() namespace { - void lcl_NumberFormatStyleToProperty( const OUString& rStyleName, const OUString& rPropertyName, - const SvXMLStylesContext& rStylesContext, - const uno::Reference< beans::XPropertySet >& rPropSet ) +void lcl_NumberFormatStyleToProperty( const OUString& rStyleName, const OUString& rPropertyName, + const SvXMLStylesContext& rStylesContext, + const uno::Reference< beans::XPropertySet >& rPropSet ) { if( !rStyleName.isEmpty()) { |