summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DialogModel.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-15 23:55:18 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-15 23:01:23 +0000
commit6de3688cc6bd52ce08ff8a4327e59dbbc8a5c7d4 (patch)
tree3f669db44367a2a072b899a1a1b87eb25ee607af /chart2/source/controller/dialogs/DialogModel.hxx
parent3e1e49561bb734475d2b7d1db1beef0d3e9b53cd (diff)
Drop :: prefix from std in c*/
Change-Id: If078cda95fa6ccd37270a5e9d81cfa0b84e71155 Reviewed-on: https://gerrit.libreoffice.org/34324 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'chart2/source/controller/dialogs/DialogModel.hxx')
-rw-r--r--chart2/source/controller/dialogs/DialogModel.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/DialogModel.hxx b/chart2/source/controller/dialogs/DialogModel.hxx
index 73fe00a44efb..55251b1ad775 100644
--- a/chart2/source/controller/dialogs/DialogModel.hxx
+++ b/chart2/source/controller/dialogs/DialogModel.hxx
@@ -64,13 +64,13 @@ public:
const css::uno::Reference< css::uno::XComponentContext > & xContext );
~DialogModel();
- typedef ::std::pair<
+ typedef std::pair<
OUString,
- ::std::pair< css::uno::Reference< css::chart2::XDataSeries >,
+ std::pair< css::uno::Reference< css::chart2::XDataSeries >,
css::uno::Reference< css::chart2::XChartType > > >
tSeriesWithChartTypeByName;
- typedef ::std::map< OUString, OUString >
+ typedef std::map< OUString, OUString >
tRolesWithRanges;
void setTemplate(
@@ -85,10 +85,10 @@ public:
css::uno::Reference< css::chart2::data::XDataProvider >
getDataProvider() const;
- ::std::vector< css::uno::Reference< css::chart2::XDataSeriesContainer > >
+ std::vector< css::uno::Reference< css::chart2::XDataSeriesContainer > >
getAllDataSeriesContainers() const;
- ::std::vector< tSeriesWithChartTypeByName >
+ std::vector< tSeriesWithChartTypeByName >
getAllDataSeriesWithLabel() const;
static tRolesWithRanges getRolesWithRanges(
@@ -164,7 +164,7 @@ private:
private:
void applyInterpretedData(
const css::chart2::InterpretedData & rNewData,
- const ::std::vector< css::uno::Reference< css::chart2::XDataSeries > > & rSeriesToReUse );
+ const std::vector< css::uno::Reference< css::chart2::XDataSeries > > & rSeriesToReUse );
sal_Int32 countSeries() const;