summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:36:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:44:43 +0900
commit9902f0ee3d7b22e4984be7225370fb552da03838 (patch)
tree69d7fa35977328f6a605cc389177ab4ee353bedc /sd
parentremove "TODO: add test" which is now done (diff)
downloadcore-9902f0ee3d7b22e4984be7225370fb552da03838.tar.gz
core-9902f0ee3d7b22e4984be7225370fb552da03838.zip
removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/buttonset.cxx1
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx2
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 ) );