diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2013-02-03 18:18:37 -0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-04 07:51:28 +0000 |
commit | b48948201486c5367b5ff313cf49b56b4fa366ed (patch) | |
tree | f59bb61f0475882c89cedfd9387bc27fc32b7aeb /oox/source/ppt | |
parent | 396630ac2f03360a04773e9f1cc12517749de58c (diff) |
String cleanup in oox
Change-Id: Ica69f655f3777fe37a51e313218ae12aa7d012a2
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1977
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'oox/source/ppt')
-rw-r--r-- | oox/source/ppt/extdrawingfragmenthandler.hxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/pptfilterhelpers.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/extdrawingfragmenthandler.hxx b/oox/source/ppt/extdrawingfragmenthandler.hxx index 3751e4dc0083..9236f93a8541 100644 --- a/oox/source/ppt/extdrawingfragmenthandler.hxx +++ b/oox/source/ppt/extdrawingfragmenthandler.hxx @@ -43,7 +43,7 @@ namespace oox { namespace ppt { class ExtDrawingFragmentHandler : public ::oox::core::FragmentHandler { public: - ExtDrawingFragmentHandler( oox::core::XmlFilterBase& rFilter, const ::rtl::OUString& rFragmentPath, + ExtDrawingFragmentHandler( oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, const oox::ppt::SlidePersistPtr pSlidePersistPtr, const oox::ppt::ShapeLocation eShapeLocation, oox::drawingml::ShapePtr pMasterShapePtr, diff --git a/oox/source/ppt/pptfilterhelpers.hxx b/oox/source/ppt/pptfilterhelpers.hxx index 3924b2dc4fc4..67efbbf51020 100644 --- a/oox/source/ppt/pptfilterhelpers.hxx +++ b/oox/source/ppt/pptfilterhelpers.hxx @@ -86,7 +86,7 @@ namespace oox { namespace ppt { // BEGIN CUT&PASTE from sd pptinanimation.cxx - bool convertMeasure( ::rtl::OUString& rString ); + bool convertMeasure( OUString& rString ); // END CUT&PASTE from sd pptinanimation.cxx |