diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:43:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:43:57 +0000 |
commit | 0ac9ec4b08d56d7f8404c9af60daee8c61affe48 (patch) | |
tree | c2ad9f0fdf96632f96d51e79001eb0ac87f087b6 | |
parent | 2ea9610a0c086288dad62378242007c7af658d11 (diff) |
INTEGRATION: CWS impresstables2 (1.9.80); FILE MERGED
2007/08/01 14:25:28 cl 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED
2007/07/27 09:09:53 cl 1.9.80.1: fixed build issues due to pch and namespace ::rtl
-rw-r--r-- | xmloff/source/style/PageMasterPropHdlFactory.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterPropHdlFactory.cxx b/xmloff/source/style/PageMasterPropHdlFactory.cxx index 2c2d6868b23f..20460b3de497 100644 --- a/xmloff/source/style/PageMasterPropHdlFactory.cxx +++ b/xmloff/source/style/PageMasterPropHdlFactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PageMasterPropHdlFactory.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:27:50 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:43:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,7 +71,9 @@ #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::xmloff::token; using namespace ::com::sun::star; |