diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-17 22:36:29 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-17 22:44:43 +0900 |
commit | 9902f0ee3d7b22e4984be7225370fb552da03838 (patch) | |
tree | 69d7fa35977328f6a605cc389177ab4ee353bedc /sd/source | |
parent | ac6833f97921981050722bee3d3cfa13f0897566 (diff) |
removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/html/buttonset.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/filter/html/buttonset.cxx b/sd/source/filter/html/buttonset.cxx index 359eaff730f2..8d89d1fd2d2f 100644 --- a/sd/source/filter/html/buttonset.cxx +++ b/sd/source/filter/html/buttonset.cxx @@ -173,7 +173,6 @@ ButtonSetImpl::ButtonSetImpl() void ButtonSetImpl::scanForButtonSets( const OUString& rPath ) { - OUString aSystemPath; osl::Directory aDirectory( rPath ); if( aDirectory.open() == osl::FileBase::E_None ) { diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 498185fd9d55..bdf039d7eb08 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -780,8 +780,6 @@ void CustomAnimationPane::updateControls() UStringList aProperties( pDescriptor->getProperties() ); if( aProperties.size() >= 1 ) { - OUString aProperty( aProperties.front() ); - mnPropertyType = getPropertyType( aProperties.front() ); mpFTProperty->SetText( getPropertyName( mnPropertyType ) ); |