summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WrappedDirectStateProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WrappedDirectStateProperty.hxx')
-rw-r--r--chart2/source/inc/WrappedDirectStateProperty.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/chart2/source/inc/WrappedDirectStateProperty.hxx b/chart2/source/inc/WrappedDirectStateProperty.hxx
index acff6a8bb985..28398efd8155 100644
--- a/chart2/source/inc/WrappedDirectStateProperty.hxx
+++ b/chart2/source/inc/WrappedDirectStateProperty.hxx
@@ -23,17 +23,14 @@
namespace chart
{
-
-class OOO_DLLPUBLIC_CHARTTOOLS WrappedDirectStateProperty :
- public WrappedProperty
+class OOO_DLLPUBLIC_CHARTTOOLS WrappedDirectStateProperty : public WrappedProperty
{
public:
- explicit WrappedDirectStateProperty(
- const OUString& rOuterName, const OUString& rInnerName );
+ explicit WrappedDirectStateProperty(const OUString& rOuterName, const OUString& rInnerName);
virtual ~WrappedDirectStateProperty() override;
virtual css::beans::PropertyState getPropertyState(
- const css::uno::Reference< css::beans::XPropertyState >& xInnerPropertyState ) const override;
+ const css::uno::Reference<css::beans::XPropertyState>& xInnerPropertyState) const override;
};
} // namespace chart