diff options
author | Eike Rathke <erack@redhat.com> | 2013-08-30 23:35:22 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-08-30 23:35:22 +0200 |
commit | 380c557f38d3646b40d713e4ed42bea2c0553056 (patch) | |
tree | a88e9f4dda583a6e0e6e60aaeb4d56032a1f862b /sc | |
parent | a6fdfb960ad0f5b019adff700d0046f20a740996 (diff) |
-Werror,-Wunused-variable 'theAreaStr'
Change-Id: I61ad7c9825e1bcf0641e6c2326037668215f5d2f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/pfiltdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index 3adaf16789e3..8fab570cfbd4 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -167,8 +167,6 @@ void ScPivotFilterDlg::Init( const SfxItemSet& rArgSet ) * Bereich um einen Datenbankbereich handelt: */ - OUString theAreaStr(theCurArea.Format(SCR_ABS_3D, pDoc, pDoc->GetAddressConvention())); - if ( pDBColl ) { ScAddress& rStart = theCurArea.aStart; |