diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:43:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:43:42 +0000 |
commit | 2ea9610a0c086288dad62378242007c7af658d11 (patch) | |
tree | 893bdd8ca990f4b7e1809b9e5c15df9453c43398 | |
parent | d53b523f1a3b10481c0c73b0ddf4c7e99a33dd1a (diff) |
INTEGRATION: CWS impresstables2 (1.14.46); FILE MERGED
2007/08/01 14:25:12 cl 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED
2007/07/27 09:09:53 cl 1.14.46.1: fixed build issues due to pch and namespace ::rtl
-rw-r--r-- | xmloff/source/style/PageMasterPropHdl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterPropHdl.cxx b/xmloff/source/style/PageMasterPropHdl.cxx index acd6880d2418..165658e73d39 100644 --- a/xmloff/source/style/PageMasterPropHdl.cxx +++ b/xmloff/source/style/PageMasterPropHdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PageMasterPropHdl.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:27:24 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:43:42 $ * * 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 @@ #include <comphelper/extract.hxx> #endif -using namespace ::rtl; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::style; |