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/PresenterNotesView.cxx | |
parent | d7d9449adf43249c1adcd395e17cd90be9c558f6 (diff) |
#i10000# Missing precompiled header directive added.
Diffstat (limited to 'sdext/source/presenter/PresenterNotesView.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterNotesView.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx index c145fa36cef8..83bfcf6e14bb 100644 --- a/sdext/source/presenter/PresenterNotesView.cxx +++ b/sdext/source/presenter/PresenterNotesView.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterNotesView.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterNotesView.hxx" #include "PresenterButton.hxx" #include "PresenterCanvasHelper.hxx" |