diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:04:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:04:57 +0000 |
commit | 0d4dca39b7cd842f6f27d70f61345cef1d0f5b91 (patch) | |
tree | 728c9728c4f40f69df699c2844f8a246c437ca80 /svx/source/tbxctrls | |
parent | 46e761c1a755df684f60117e49aa95f50c7c050a (diff) |
INTEGRATION: CWS pchfix02 (1.8.532); FILE MERGED
2006/09/01 17:47:32 kaib 1.8.532.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/fontworkgallery.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx index e823d887e6e4..e065b8f9dbbe 100644 --- a/svx/source/tbxctrls/fontworkgallery.cxx +++ b/svx/source/tbxctrls/fontworkgallery.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontworkgallery.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:47:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:04:57 $ * * 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_svx.hxx" + #ifndef _COM_SUN_STAR_TEXT_WRITINGMODE_HPP_ #include <com/sun/star/text/WritingMode.hpp> #endif |