summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-11-16 14:14:57 +0100
committerJan Holesovsky <kendy@collabora.com>2015-11-16 14:20:19 +0100
commit8a9211a06845efc81f9b85dc05b3f2ede2d1deed (patch)
treefe3c546f18d2f267c3536d383de22b3fbaff6ebc /sw/inc/unochart.hxx
parentb31b17e52b2b2b94999d68c4b2ed5c74ee7eed0a (diff)
sw: prefix members of SwChartDataSequence.
Change-Id: Ie0c91e739ee7a3bda55fd6dd45aa79c6b75675d1
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r--sw/inc/unochart.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 09cb4f613ed2..899be66fd332 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -251,23 +251,23 @@ class SwChartDataSequence :
public SwChartDataSequenceBaseClass,
public SwClient
{
- ::cppu::OInterfaceContainerHelper aEvtListeners;
- ::cppu::OInterfaceContainerHelper aModifyListeners;
- css::chart2::data::DataSequenceRole aRole;
+ ::cppu::OInterfaceContainerHelper m_aEvtListeners;
+ ::cppu::OInterfaceContainerHelper m_aModifyListeners;
+ css::chart2::data::DataSequenceRole m_aRole;
- OUString aRowLabelText;
- OUString aColLabelText;
+ OUString m_aRowLabelText;
+ OUString m_aColLabelText;
// holds a reference to the data-provider to guarantee its lifetime last as
// long as the pointer may be used.
- css::uno::Reference< css::chart2::data::XDataProvider > xDataProvider;
- SwChartDataProvider * pDataProvider;
+ css::uno::Reference< css::chart2::data::XDataProvider > m_xDataProvider;
+ SwChartDataProvider * m_pDataProvider;
- sw::UnoCursorPointer pTableCrsr; // cursor spanned over cells to use
+ sw::UnoCursorPointer m_pTableCrsr; // cursor spanned over cells to use
- const SfxItemPropertySet* _pPropSet;
+ const SfxItemPropertySet* m_pPropSet;
- bool bDisposed;
+ bool m_bDisposed;
SwChartDataSequence( const SwChartDataSequence &rObj );
SwChartDataSequence & operator = ( const SwChartDataSequence & ) = delete;