User: vg Date: 2008-08-19 10:09:31+0000 Modified: dba/reportdesign/source/ui/dlg/GroupsSorting.cxx
Log: INTEGRATION: CWS dba31a (1.8.30); FILE MERGED 2008/06/26 14:26:31 oj 1.8.30.1: #i77916# impl zooming in report builder File Changes: Directory: /dba/reportdesign/source/ui/dlg/ =========================================== File [changed]: GroupsSorting.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/dlg/GroupsSorting.cxx?r1=1.8&r2=1.9 Delta lines: +7 -21 -------------------- --- GroupsSorting.cxx 2008-04-10 18:53:57+0000 1.8 +++ GroupsSorting.cxx 2008-08-19 10:09:29+0000 1.9 @@ -29,47 +29,33 @@ ************************************************************************/ #include "precompiled_reportdesign.hxx" #include "GroupsSorting.hxx" -#ifndef RPTUI_GROUPSSORTING_HRC #include "GroupsSorting.hrc" -#endif #include <connectivity/dbtools.hxx> #include <svtools/editbrowsebox.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/container/XContainerListener.hpp> +#include <com/sun/star/report/GroupOn.hpp> #include <com/sun/star/sdbc/DataType.hpp> + #include <tools/debug.hxx> -#ifndef _RPTUI_DLGRESID_HRC #include "RptResId.hrc" -#endif -#ifndef _RPTUI_SLOTID_HRC_ #include "rptui_slotid.hrc" -#endif -#ifndef _RPTUI_MODULE_HELPER_DBU_HXX_ #include "ModuleHelper.hxx" -#endif -#ifndef RTPUI_REPORTDESIGN_HELPID_HRC #include "helpids.hrc" -#endif -#include <vcl/msgbox.hxx> -#ifndef _GLOBLMN_HRC + #include <svx/globlmn.hrc> -#endif -#ifndef _SBASLTID_HRC #include <svx/svxids.hrc> -#endif -#include <com/sun/star/report/GroupOn.hpp> + #include "GroupExchange.hxx" -#ifndef RPTUI_TOOLS_HXX #include "UITools.hxx" -#endif #include "UndoActions.hxx" -#ifndef REPORTDESIGN_SHARED_UISTRINGS_HRC #include "uistrings.hrc" -#endif #include "ReportController.hxx" -#include <com/sun/star/container/XContainerListener.hpp> + #include <cppuhelper/implbase1.hxx> #include <comphelper/property.hxx> #include <vcl/mnemonic.hxx> +#include <vcl/msgbox.hxx> #include <algorithm> #include <boost/bind.hpp> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
