diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:28:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:28:49 +0000 |
commit | 508b2b9d33b696709a9588a22af5af2b6d60d47c (patch) | |
tree | de4ca84af870542c1f40d42e0ffbfe5892ce7c38 /sw/source/ui | |
parent | 2d06e8976b0860cfcbb4d35773933fe03b9a036a (diff) |
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.125.76); FILE MERGED
2008/01/31 12:26:24 od 1.125.76.1: #i85348# refactoring: adjust includes
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/uno/unotxdoc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 37a3d6d0e623..fa4b2ae3d245 100644 --- a/sw/source/ui/uno/unotxdoc.cxx +++ b/sw/source/ui/uno/unotxdoc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unotxdoc.cxx,v $ * - * $Revision: 1.127 $ + * $Revision: 1.128 $ * - * last change: $Author: obo $ $Date: 2008-02-26 14:27:04 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:28:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -245,6 +245,9 @@ #include <EnhancedPDFExportHelper.hxx> #endif // <-- +#ifndef _NUMRULE_HXX +#include <numrule.hxx> +#endif ///////////////////////////Modified on Jun. 14th////////////////////////// ///////////////////////for getDocumentLanguages/////////////////////////// |