diff options
-rw-r--r-- | framework/source/uifactory/popupmenucontrollerfactory.cxx | 7 | ||||
-rw-r--r-- | framework/source/uifactory/statusbarfactory.cxx | 7 | ||||
-rw-r--r-- | framework/source/uifactory/toolbarcontrollerfactory.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/framework/source/uifactory/popupmenucontrollerfactory.cxx b/framework/source/uifactory/popupmenucontrollerfactory.cxx index 2e50d3dfbe46..84d4d01d9d65 100644 --- a/framework/source/uifactory/popupmenucontrollerfactory.cxx +++ b/framework/source/uifactory/popupmenucontrollerfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: popupmenucontrollerfactory.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:43:15 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:27:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_framework.hxx" + //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ diff --git a/framework/source/uifactory/statusbarfactory.cxx b/framework/source/uifactory/statusbarfactory.cxx index e83843a5463c..8cdd11c07e48 100644 --- a/framework/source/uifactory/statusbarfactory.cxx +++ b/framework/source/uifactory/statusbarfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusbarfactory.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:43:41 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:27:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_framework.hxx" + #ifndef __FRAMEWORK_UIFACTORY_STATUSBARFACTORY_HXX_ #include <uifactory/statusbarfactory.hxx> #endif diff --git a/framework/source/uifactory/toolbarcontrollerfactory.cxx b/framework/source/uifactory/toolbarcontrollerfactory.cxx index f2552b615ca2..4ad26f58a821 100644 --- a/framework/source/uifactory/toolbarcontrollerfactory.cxx +++ b/framework/source/uifactory/toolbarcontrollerfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolbarcontrollerfactory.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:43:54 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:28:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_framework.hxx" + //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ |