diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 15:51:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 15:52:23 +0000 |
commit | f985e3add3870c1dee7fe88d37388281a333403a (patch) | |
tree | de4289f0cf6c0e78ecd470320f93a7077d0c42cd | |
parent | 1f7a5e58de2da3f88a1dc50d1574119b33b5eea3 (diff) |
fix ambiguities
Change-Id: I27c8ef11a0eedbcaf29865dff83841675b775171
-rw-r--r-- | chart2/source/controller/inc/res_ErrorBar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx index 17b7e3b6a881..91027f3db433 100644 --- a/chart2/source/controller/inc/res_ErrorBar.hxx +++ b/chart2/source/controller/inc/res_ErrorBar.hxx @@ -52,7 +52,7 @@ public: }; ErrorBarResources( - VclBuilderContainer* pParent, Dialog* pParentDialog, const SfxItemSet& rInAttrs, bool bNoneAvailable, chart::ErrorBarResources::tErrorBarType eType = ERROR_BAR_Y ); + VclBuilderContainer* pParent, Dialog* pParentDialog, const SfxItemSet& rInAttrs, bool bNoneAvailable, ::chart::ErrorBarResources::tErrorBarType eType = ERROR_BAR_Y ); virtual ~ErrorBarResources(); void SetAxisMinorStepWidthForErrorBarDecimals( double fMinorStepWidth ); |