diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:28:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:28:33 +0000 |
commit | 3164947903d2f10c142dde08c7e53b2f62321dc3 (patch) | |
tree | 9f7cf6e393e6a1a0fa047d6a8c8cfc26a53a8dcf /svx/source/dialog | |
parent | 843b37b1759e198cc40e425b9d13d1f3f2013c47 (diff) |
INTEGRATION: CWS sb59 (1.6.62); FILE MERGED
2006/08/03 13:51:37 cl 1.6.62.1: removed compiler warnings
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/tabarea.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/tabarea.cxx b/svx/source/dialog/tabarea.cxx index 0abc34285665..fc05e71496e7 100644 --- a/svx/source/dialog/tabarea.cxx +++ b/svx/source/dialog/tabarea.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tabarea.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:42:23 $ + * last change: $Author: obo $ $Date: 2006-10-12 12:28:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,7 @@ SvxAreaTabDialog::SvxAreaTabDialog Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel, - const SdrView* pSdrView + const SdrView* /* pSdrView */ ) : SfxTabDialog( pParent, SVX_RES( RID_SVXDLG_AREA ), pAttr ), |