summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-21 21:43:07 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-21 22:08:17 +0900
commit01dc468f3d153b218762be392990b888186c444e (patch)
treebaebb6e418f6194ae0a7aa4256f0d04e017e2ad9 /toolkit
parentaaf0b2faab845c624e568d6e1acbc501f5f355cb (diff)
removed unused temporary rtl::OUString
Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/formpdfexport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/source/helper/formpdfexport.cxx b/toolkit/source/helper/formpdfexport.cxx
index 08b9f7083bc3..c28156371f35 100644
--- a/toolkit/source/helper/formpdfexport.cxx
+++ b/toolkit/source/helper/formpdfexport.cxx
@@ -498,7 +498,6 @@ namespace toolkitform
const bool bDocumentLocalTarget = !sURL.isEmpty() && ( sURL.getStr()[0] == '#' );
if ( bDocumentLocalTarget )
{
- const ::rtl::OUString sDestinationName( sURL.copy(1) );
// Register the destination for for future handling ...
pButtonWidget->Dest = i_pdfExportData.RegisterDest();