diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:28:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:28:09 +0000 |
commit | 31aa7be9c787c4c91ca67fa0dc57e7c46448d913 (patch) | |
tree | 2f4beb439d25add3f27c9081a5d5c08ad654ef86 /framework/source/uifactory | |
parent | e4ff5b99b0e78bebc9792d20ca93ad57725366c6 (diff) |
INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED
2006/09/01 17:29:31 kaib 1.5.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source/uifactory')
-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 //_________________________________________________________________________________________________________________ |