diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-29 09:11:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-29 09:11:21 +0000 |
commit | 7fdbe1dd5f6e42818b34390c379220dd67e42314 (patch) | |
tree | 7cd79f4993dfe1640a0478f6aaa0711d279dea26 /sdext/source/presenter/PresenterPaneContainer.cxx | |
parent | d7d9449adf43249c1adcd395e17cd90be9c558f6 (diff) |
#i10000# Missing precompiled header directive added.
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterPaneContainer.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.cxx b/sdext/source/presenter/PresenterPaneContainer.cxx index c40798e24408..bd12aff59374 100644 --- a/sdext/source/presenter/PresenterPaneContainer.cxx +++ b/sdext/source/presenter/PresenterPaneContainer.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaneContainer.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,7 +29,8 @@ * ************************************************************************/ -//#include "precompiled_sdext.hxx" +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" #include "PresenterPaneContainer.hxx" #include "PresenterPaneBase.hxx" |