summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddinf.hxx
diff options
context:
space:
mode:
authoros <os@openoffice.org>2009-10-08 16:15:40 +0200
committeros <os@openoffice.org>2009-10-08 16:15:40 +0200
commit69470f3410fe804616084c8087e571e20a3671f5 (patch)
tree1923da91139f2c3620c3d568a3a65e67e3251d7e /sw/source/ui/fldui/flddinf.hxx
parentd1a69615e6f186332387fcdb1b4aaae702f04dc6 (diff)
#i105687# enable number format for custom date/datetime/time data
Diffstat (limited to 'sw/source/ui/fldui/flddinf.hxx')
-rw-r--r--sw/source/ui/fldui/flddinf.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/flddinf.hxx b/sw/source/ui/fldui/flddinf.hxx
index 2b72b1aec33a..0d46c873f342 100644
--- a/sw/source/ui/fldui/flddinf.hxx
+++ b/sw/source/ui/fldui/flddinf.hxx
@@ -33,15 +33,16 @@
#include <sfx2/tabdlg.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
-#ifndef _SV_BUTTON_HXX //autogen
#include <vcl/button.hxx>
-#endif
#include <vcl/group.hxx>
#include <svtools/svtreebx.hxx>
#include "numfmtlb.hxx"
#include "fldpage.hxx"
+namespace com{namespace sun{ namespace star{ namespace beans{
+ class XPropertySet;
+}}}}
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
@@ -57,7 +58,7 @@ class SwFldDokInfPage : public SwFldPage
CheckBox aFixedCB;
SvLBoxEntry* pSelEntry;
- com::sun::star::uno::Sequence < ::rtl::OUString > aPropertyNames;
+ com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > xCustomPropertySet;
String aInfoStr;