summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-12-09 11:54:53 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-12-09 11:54:53 +0000
commit84ba75d24c62ff076b93afcfb139696e354cd2fd (patch)
tree13e0c7b5200c6c597c9e4bc06ade8b9f4b5e70c3 /sfx2
parentecc84d17210183d4be049d83bed34a22f1809cb4 (diff)
CWS-TOOLING: integrate CWS configitems02_svn
2008-12-02 10:22:34 +0100 as r264664 : #i5114# truncate list also in case list size was changed externaly 2008-11-28 10:25:56 +0100 as r264530 : make gcc happy with new line at end of file 2008-11-21 09:44:40 +0100 jsk r264109 : #i96409# 2008-11-21 08:03:30 +0100 jsk r264106 : #i96409# 2008-11-21 07:55:59 +0100 jsk r264105 : #i96409# 2008-11-10 13:42:44 +0100 as r263518 : make code warning free (linux) 2008-10-21 16:38:44 +0200 as r262573 : #i51626# refactor svtools config items (at least some of them)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 8b99c69396..4fd74cc5e4 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dinfdlg.cxx,v $
- * $Revision: 1.46 $
+ * $Revision: 1.43.42.4 $
*
* This file is part of OpenOffice.org.
*
@@ -1082,7 +1082,7 @@ BOOL SfxDocumentPage::FillItemSet( SfxItemSet& rSet )
SfxDocumentInfoItem newItem( *pInfoItem );
newItem.resetUserData( bUseAuthor
? SvtUserOptions().GetFullName()
- : String() );
+ : ::rtl::OUString() );
pInfoItem->SetUseUserData( STATE_CHECK == aUseUserDataCB.GetState() );
newItem.SetUseUserData( STATE_CHECK == aUseUserDataCB.GetState() );