diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-26 14:50:55 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-26 16:21:40 -0400 |
commit | 0087946df5363b4ca4107e015532552e4aad8f08 (patch) | |
tree | 5101d16241f039407180eafba6e7175efdf7a252 /cui | |
parent | 9e18d9f9c59a5d6783ded83d3cee0a42a99d6c82 (diff) |
This string is assigned but not used.
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tpline.cxx | 2 |
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; |