Kaydet (Commit) 0087946d authored tarafından Kohei Yoshida's avatar Kohei Yoshida

This string is assigned but not used.

üst 9e18d9f9
...@@ -270,7 +270,6 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton) ...@@ -270,7 +270,6 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton)
sal_uInt16 nItemId = pButton->GetCurItemId(); sal_uInt16 nItemId = pButton->GetCurItemId();
const Graphic* pGraphic = 0; const Graphic* pGraphic = 0;
Graphic aGraphic; Graphic aGraphic;
rtl::OUString aGrfName;
bool bResetSize = false; bool bResetSize = false;
bool bEnable = true; bool bEnable = true;
long nPreviousSymbolType = nSymbolType; long nPreviousSymbolType = nSymbolType;
...@@ -314,7 +313,6 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton) ...@@ -314,7 +313,6 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton)
if( !aGrfDlg.Execute() ) if( !aGrfDlg.Execute() )
{ {
// ausgewaehlten Filter merken // ausgewaehlten Filter merken
aGrfName = aGrfDlg.GetPath();
if( !aGrfDlg.GetGraphic(aGraphic) ) if( !aGrfDlg.GetGraphic(aGraphic) )
{ {
nSymbolType=SVX_SYMBOLTYPE_BRUSHITEM; nSymbolType=SVX_SYMBOLTYPE_BRUSHITEM;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment