diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-16 23:27:08 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-16 23:28:22 +0900 |
commit | b2022330c01ae2080f4c2bc01be430b0b6faf9d8 (patch) | |
tree | 0e9fc2507b8598b93bc1410688a8c6271a675fbd /sd/source | |
parent | 2dd60383c119d80eff7188ddf003ce9d27ef7519 (diff) |
removed unused constant rtl::OUString
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/core/stlfamily.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drviewsa.cxx | 4 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/core/stlfamily.cxx b/sd/source/core/stlfamily.cxx index ec45ac5333f8..7b32a4b2abd9 100644 --- a/sd/source/core/stlfamily.cxx +++ b/sd/source/core/stlfamily.cxx @@ -264,7 +264,6 @@ Sequence< OUString > SAL_CALL SdStyleFamily::getElementNames() throw(RuntimeExce OUString* pNames = aNames.getArray(); while( iter != rStyleMap.end() ) { - const OUString sName( (*iter).first ); rtl::Reference< SdStyleSheet > xStyle( (*iter++).second ); if( xStyle.is() ) { diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 3547dea0ee91..36dda36b1ab6 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -3717,8 +3717,6 @@ void PPTWriter::ImplCreateTable( uno::Reference< drawing::XShape >& rXShape, Esc static const rtl::OUString sBottomBorder( "BottomBorder" ); static const rtl::OUString sLeftBorder( "LeftBorder" ); static const rtl::OUString sRightBorder( "RightBorder" ); - static const rtl::OUString sDiagonalTLBR( "DiagonalTLBR" ); - static const rtl::OUString sDiagonalBLTR( "DiagonalBLTR" ); // creating horz lines sal_Int32 nYPos = MapPoint( rXShape->getPosition() ).Y; diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx index 1dabda61b6c3..56ee97a448f0 100644 --- a/sd/source/ui/view/drviewsa.cxx +++ b/sd/source/ui/view/drviewsa.cxx @@ -82,10 +82,6 @@ using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -namespace { -static const ::rtl::OUString MASTER_VIEW_TOOL_BAR_NAME("masterviewtoolbar"); -} - namespace sd { sal_Bool DrawViewShell::mbPipette = sal_False; |