summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parentac6833f97921981050722bee3d3cfa13f0897566 (diff)
removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/docrecovery.cxx2
-rw-r--r--svx/source/form/fmdocumentclassification.cxx1
-rw-r--r--svx/source/form/navigatortreemodel.cxx1
-rw-r--r--svx/source/gengal/gengal.cxx1
-rw-r--r--svx/source/tbxctrls/fontworkgallery.cxx2
-rw-r--r--svx/source/xml/xmleohlp.cxx1
6 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index bb28df5d5f82..7bae88b9100e 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -944,8 +944,6 @@ void RecovDocListEntry::Paint(const Point& aPos ,
if (pTxt)
{
- ::rtl::OUString sT1(*pTxt);
-
Point aPnt(aPos);
aPnt.X() += pList->m_aGreenCheckImg.GetSizePixel().Width();
aPnt.X() += 10;
diff --git a/svx/source/form/fmdocumentclassification.cxx b/svx/source/form/fmdocumentclassification.cxx
index 662cf4648133..ea45b810204f 100644
--- a/svx/source/form/fmdocumentclassification.cxx
+++ b/svx/source/form/fmdocumentclassification.cxx
@@ -131,7 +131,6 @@ namespace svxform
try
{
// first, check whether the document has a ModuleIdentifier which we know
- ::rtl::OUString sModuleIdentifier;
Reference< XModule > xModule( _rxDocumentModel, UNO_QUERY );
if ( xModule.is() )
eType = getDocumentTypeForModuleIdentifier( xModule->getIdentifier() );
diff --git a/svx/source/form/navigatortreemodel.cxx b/svx/source/form/navigatortreemodel.cxx
index 35404a022bbb..1d7ca0fce7fa 100644
--- a/svx/source/form/navigatortreemodel.cxx
+++ b/svx/source/form/navigatortreemodel.cxx
@@ -581,7 +581,6 @@ namespace svxform
Reference< XIndexContainer > xComponents( GetFormComponents(pFormData));
if( !xComponents.is() ) return;
- ::rtl::OUString aControlName;
Reference< XInterface > xInterface;
Reference< XPropertySet > xSet;
FmControlData* pNewControlData;
diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx
index 00c55676026f..f91b42e64187 100644
--- a/svx/source/gengal/gengal.cxx
+++ b/svx/source/gengal/gengal.cxx
@@ -223,7 +223,6 @@ void GalApp::Init()
void GalApp::InitUCB()
{
- rtl::OUString aEmpty;
Sequence< Any > aArgs(2);
aArgs[0]
<<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(UCB_CONFIGURATION_KEY1_LOCAL));
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx
index 10e1662f63b8..955090b9449e 100644
--- a/svx/source/tbxctrls/fontworkgallery.cxx
+++ b/svx/source/tbxctrls/fontworkgallery.cxx
@@ -623,8 +623,6 @@ IMPL_LINK_NOARG(FontWorkCharacterSpacingWindow, SelectHdl)
}
else if ( nSelection == 6 ) // KernCharacterPairs
{
- rtl::OUString aCommand( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontworkKernCharacterPairs" ));
-
Sequence< PropertyValue > aArgs( 1 );
aArgs[0].Name = msFontworkKernCharacterPairs.copy(5);
aArgs[0].Value <<= (sal_Bool) sal_True;
diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx
index cf0a0a5904a0..675422535614 100644
--- a/svx/source/xml/xmleohlp.cxx
+++ b/svx/source/xml/xmleohlp.cxx
@@ -733,7 +733,6 @@ Any SAL_CALL SvXMLEmbeddedObjectHelper::getByName(
aEmbDescr[0].Value <<= (sal_Bool)(!bOasisFormat);
if ( !bOasisFormat )
{
- ::rtl::OUString aMimeType;
uno::Reference< io::XInputStream > xGrInStream = ImplGetReplacementImage( xObj );
if ( xGrInStream.is() )
{