summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-26 14:50:55 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-26 16:21:40 -0400
commit0087946df5363b4ca4107e015532552e4aad8f08 (patch)
tree5101d16241f039407180eafba6e7175efdf7a252 /cui
parentbool and string. (diff)
downloadcore-0087946df5363b4ca4107e015532552e4aad8f08.tar.gz
core-0087946df5363b4ca4107e015532552e4aad8f08.zip
This string is assigned but not used.
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tpline.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 62a382d66d11..255db523f680 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -270,7 +270,6 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton)
sal_uInt16 nItemId = pButton->GetCurItemId();
const Graphic* pGraphic = 0;
Graphic aGraphic;
- rtl::OUString aGrfName;
bool bResetSize = false;
bool bEnable = true;
long nPreviousSymbolType = nSymbolType;
@@ -314,7 +313,6 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton)
if( !aGrfDlg.Execute() )
{
// ausgewaehlten Filter merken
- aGrfName = aGrfDlg.GetPath();
if( !aGrfDlg.GetGraphic(aGraphic) )
{
nSymbolType=SVX_SYMBOLTYPE_BRUSHITEM;