summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/RangeSelectionListener.cxx
diff options
context:
space:
mode:
authorÁdám Csaba Király <kiraly.adam.csaba@gmail.com>2013-02-28 19:28:03 +0100
committerAndras Timar <atimar@suse.com>2013-03-01 13:19:13 +0000
commitb93b23fe10917881e185750d294fc42fe2c92424 (patch)
tree91f7f756b93825059c7002e1df9f21818a5c74db /chart2/source/controller/dialogs/RangeSelectionListener.cxx
parentCDR: Respect override of encoding information (diff)
downloadcore-b93b23fe10917881e185750d294fc42fe2c92424.tar.gz
core-b93b23fe10917881e185750d294fc42fe2c92424.zip
Replace rtl::O(U)String with O(U)String
Other changes include: in bridges/test/testcomp.cxx duplicate 'using namespace ::test' removed, 'using namespace ::rtl' replaced with 'using ::rtl::OUString' and 'using ::rtl::OUStringToOString' Change-Id: I67a5952afd305adeb07f728c9074620ecba8e9fc Reviewed-on: https://gerrit.libreoffice.org/2475 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'chart2/source/controller/dialogs/RangeSelectionListener.cxx')
-rw-r--r--chart2/source/controller/dialogs/RangeSelectionListener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/RangeSelectionListener.cxx b/chart2/source/controller/dialogs/RangeSelectionListener.cxx
index ff88b75fba64..032f0b528760 100644
--- a/chart2/source/controller/dialogs/RangeSelectionListener.cxx
+++ b/chart2/source/controller/dialogs/RangeSelectionListener.cxx
@@ -31,7 +31,7 @@ namespace chart
RangeSelectionListener::RangeSelectionListener(
RangeSelectionListenerParent & rParent,
- const ::rtl::OUString & rInitialRange,
+ const OUString & rInitialRange,
const Reference< frame::XModel >& xModelToLockController ) :
m_rParent( rParent ),
m_aRange( rInitialRange ),