diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:09:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:09:29 +0000 |
commit | 563dbeeb2fbf5402f2855f42bd5601a0af379b45 (patch) | |
tree | f002fd788c0c20c3505d6b9a1c251e889cb5a770 | |
parent | 38e120d9bfbdfdb29952dd9fb04a5bd85bf37393 (diff) |
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
-rw-r--r-- | reportdesign/source/ui/dlg/GroupsSorting.cxx | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/reportdesign/source/ui/dlg/GroupsSorting.cxx b/reportdesign/source/ui/dlg/GroupsSorting.cxx index d3788511a..a04db2130 100644 --- a/reportdesign/source/ui/dlg/GroupsSorting.cxx +++ b/reportdesign/source/ui/dlg/GroupsSorting.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: GroupsSorting.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -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> |