summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-05 16:44:22 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-05 16:44:22 +0000
commit25dd1d92b6be697cc7466ab28299f5850844cfe5 (patch)
tree2132090b43016b56272a9126c1f4b92d5e134a1f /svx
parentabcfe3700dcf14dd66d023ec2dc152d37efae5fa (diff)
INTEGRATION: CWS ause083 (1.17.22); FILE MERGED
2007/07/23 12:00:48 hjs 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2007/07/17 10:30:31 hjs 1.17.22.1: #i79470# cleanup to survive pch
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/optsave.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/optsave.cxx b/svx/source/dialog/optsave.cxx
index 9c6763752115..6da181d9473a 100644
--- a/svx/source/dialog/optsave.cxx
+++ b/svx/source/dialog/optsave.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: optsave.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2007-07-05 07:46:03 $
+ * last change: $Author: kz $ $Date: 2007-09-05 17:44:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,8 +128,8 @@ using namespace com::sun::star::util;
using namespace com::sun::star::lang;
using namespace com::sun::star::beans;
using namespace com::sun::star::container;
-using namespace rtl;
using namespace comphelper;
+using rtl::OUString;
#define C2U(cChar) OUString::createFromAscii(cChar)
#define C2S(cChar) String( RTL_CONSTASCII_STRINGPARAM(cChar) )