Kaydet (Commit) 068d7541 authored tarafından Frank Schoenheit [fs]'s avatar Frank Schoenheit [fs]

undoapi: renamed Undo.* to RptUndo.*, to not confuse a certain IDE with…

undoapi: renamed Undo.* to RptUndo.*, to not confuse a certain IDE with different same-named files in the source tree ...
üst 4ae5573a
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "uistrings.hrc" #include "uistrings.hrc"
#include "ReportController.hxx" #include "ReportController.hxx"
#include "UITools.hxx" #include "UITools.hxx"
#include "Undo.hxx" #include "RptUndo.hxx"
#include "reportformula.hxx" #include "reportformula.hxx"
#include <com/sun/star/container/XContainerListener.hpp> #include <com/sun/star/container/XContainerListener.hpp>
#include <com/sun/star/report/XReportDefinition.hpp> #include <com/sun/star/report/XReportDefinition.hpp>
......
...@@ -26,21 +26,16 @@ ...@@ -26,21 +26,16 @@
************************************************************************/ ************************************************************************/
#include "precompiled_reportdesign.hxx" #include "precompiled_reportdesign.hxx"
#include "Undo.hxx" #include "RptUndo.hxx"
#ifndef REPORTDESIGN_SHARED_UISTRINGS_HRC
#include "uistrings.hrc" #include "uistrings.hrc"
#endif
#ifndef _RPTUI_SLOTID_HRC_
#include "rptui_slotid.hrc" #include "rptui_slotid.hrc"
#endif
#ifndef RPTUI_TOOLS_HXX
#include "UITools.hxx" #include "UITools.hxx"
#endif #include "UndoEnv.hxx"
#include <dbaccess/IController.hxx> #include <dbaccess/IController.hxx>
#include <com/sun/star/report/XSection.hpp> #include <com/sun/star/report/XSection.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>
#include "UndoEnv.hxx"
#include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Size.hpp> #include <com/sun/star/awt/Size.hpp>
#include <svx/unoshape.hxx> #include <svx/unoshape.hxx>
......
...@@ -44,7 +44,7 @@ VISIBILITY_HIDDEN=TRUE ...@@ -44,7 +44,7 @@ VISIBILITY_HIDDEN=TRUE
# ... object files ............................ # ... object files ............................
EXCEPTIONSFILES= \ EXCEPTIONSFILES= \
$(SLO)$/Undo.obj \ $(SLO)$/RptUndo.obj \
$(SLO)$/ColorListener.obj \ $(SLO)$/ColorListener.obj \
$(SLO)$/UITools.obj \ $(SLO)$/UITools.obj \
$(SLO)$/rptuiservices.obj \ $(SLO)$/rptuiservices.obj \
......
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
#include "DesignView.hxx" #include "DesignView.hxx"
#include "ModuleHelper.hxx" #include "ModuleHelper.hxx"
#include "RptObject.hxx" #include "RptObject.hxx"
#include "Undo.hxx" #include "RptUndo.hxx"
#include "uistrings.hrc" #include "uistrings.hrc"
#include "RptDef.hxx" #include "RptDef.hxx"
#include "ReportSection.hxx" #include "ReportSection.hxx"
......
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