summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-23 11:34:45 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-23 11:34:45 +0100
commit67668c8264a7b0f7b699534b4ab9046812d2c3da (patch)
treeca454aff252da80aaa2e7b18fde628b9bd2bf415 /framework
parent48de44881b95b2ce90759e0485d3a96fe1c1f4db (diff)
undoapi: re-did the CWS'es changes in the new build system
Diffstat (limited to 'framework')
-rw-r--r--framework/Library_fwe.mk2
-rw-r--r--framework/Package_inc.mk4
-rwxr-xr-xframework/inc/framework/documentundoguard.hxx (renamed from framework/inc/helper/documentundoguard.hxx)0
-rwxr-xr-xframework/inc/framework/undomanagerhelper.hxx (renamed from framework/inc/helper/undomanagerhelper.hxx)0
-rwxr-xr-xframework/source/fwe/helper/documentundoguard.cxx (renamed from framework/source/helper/documentundoguard.cxx)2
-rwxr-xr-xframework/source/fwe/helper/undomanagerhelper.cxx (renamed from framework/source/helper/undomanagerhelper.cxx)2
6 files changed, 8 insertions, 2 deletions
diff --git a/framework/Library_fwe.mk b/framework/Library_fwe.mk
index 33d8959a474e..489204801b04 100644
--- a/framework/Library_fwe.mk
+++ b/framework/Library_fwe.mk
@@ -77,6 +77,8 @@ $(eval $(call gb_Library_add_exception_objects,fwe,\
framework/source/fwe/helper/imageproducer \
framework/source/fwe/helper/propertysetcontainer \
framework/source/fwe/helper/titlehelper \
+ framework/source/fwe/helper/documentundoguard \
+ framework/source/fwe/helper/undomanagerhelper \
framework/source/fwe/helper/uiconfigelementwrapperbase \
framework/source/fwe/helper/uielementwrapperbase \
framework/source/fwe/interaction/preventduplicateinteraction \
diff --git a/framework/Package_inc.mk b/framework/Package_inc.mk
index adefc3ccbd56..9db346cf1acf 100644
--- a/framework/Package_inc.mk
+++ b/framework/Package_inc.mk
@@ -34,6 +34,10 @@ $(eval $(call gb_Package_add_file,framework_inc,inc/framework/bmkmenu.hxx,framew
$(eval $(call gb_Package_add_file,framework_inc,inc/framework/configimporter.hxx,framework/configimporter.hxx))
$(eval $(call gb_Package_add_file,framework_inc,inc/framework/eventsconfiguration.hxx,framework/eventsconfiguration.hxx))
$(eval $(call gb_Package_add_file,framework_inc,inc/framework/framelistanalyzer.hxx,framework/framelistanalyzer.hxx))
+$(eval $(call gb_Package_add_file,framework_inc,inc/framework/documentundoguard.hxx,framework/documentundoguard.hxx))
+$(eval $(call gb_Package_add_file,framework_inc,inc/framework/undomanagerhelper.hxx,framework/undomanagerhelper.hxx))
+$(eval $(call gb_Package_add_file,framework_inc,inc/framework/imutex.hxx,framework/imutex.hxx))
+$(eval $(call gb_Package_add_file,framework_inc,inc/framework/iguard.hxx,framework/iguard.hxx))
$(eval $(call gb_Package_add_file,framework_inc,inc/framework/imageproducer.hxx,framework/imageproducer.hxx))
$(eval $(call gb_Package_add_file,framework_inc,inc/framework/imagesconfiguration.hxx,framework/imagesconfiguration.hxx))
$(eval $(call gb_Package_add_file,framework_inc,inc/framework/interaction.hxx,framework/interaction.hxx))
diff --git a/framework/inc/helper/documentundoguard.hxx b/framework/inc/framework/documentundoguard.hxx
index d5856341e30e..d5856341e30e 100755
--- a/framework/inc/helper/documentundoguard.hxx
+++ b/framework/inc/framework/documentundoguard.hxx
diff --git a/framework/inc/helper/undomanagerhelper.hxx b/framework/inc/framework/undomanagerhelper.hxx
index e72f6fbdc173..e72f6fbdc173 100755
--- a/framework/inc/helper/undomanagerhelper.hxx
+++ b/framework/inc/framework/undomanagerhelper.hxx
diff --git a/framework/source/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx
index 1227c5afbd93..91265cf45170 100755
--- a/framework/source/helper/documentundoguard.cxx
+++ b/framework/source/fwe/helper/documentundoguard.cxx
@@ -26,7 +26,7 @@
#include "precompiled_framework.hxx"
-#include <helper/documentundoguard.hxx>
+#include "framework/documentundoguard.hxx"
/** === begin UNO includes === **/
#include <com/sun/star/document/XUndoManagerSupplier.hpp>
diff --git a/framework/source/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx
index da2e9ceb6a73..a37451339234 100755
--- a/framework/source/helper/undomanagerhelper.cxx
+++ b/framework/source/fwe/helper/undomanagerhelper.cxx
@@ -26,7 +26,7 @@
#include "precompiled_framework.hxx"
-#include "helper/undomanagerhelper.hxx"
+#include "framework/undomanagerhelper.hxx"
/** === begin UNO includes === **/
#include <com/sun/star/lang/XComponent.hpp>