summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlged.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-09-25 10:06:10 +0000
committerThomas Benisch <tbe@openoffice.org>2001-09-25 10:06:10 +0000
commit6602500543f8ae142aef2449dfc95a745dc3a4ee (patch)
tree049c80e37473331529bf567fb8da5eee00335253 /basctl/source/inc/dlged.hxx
parent69f369da3f4e2f0d747cb94729d1f5eb0a721868 (diff)
#92181# xml im-/export for com.sun.star.awt.UnoControlFormattedFieldModel
Diffstat (limited to 'basctl/source/inc/dlged.hxx')
-rw-r--r--basctl/source/inc/dlged.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx
index cd0d1199523b..0a2e49902f22 100644
--- a/basctl/source/inc/dlged.hxx
+++ b/basctl/source/inc/dlged.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlged.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tbe $ $Date: 2001-08-17 13:55:42 $
+ * last change: $Author: tbe $ $Date: 2001-09-25 11:05:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,9 @@
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#endif
+#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATSSUPPLIER_HPP_
+#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
+#endif
enum DlgEdMode { DLGED_INSERT, DLGED_SELECT, DLGED_TEST };
@@ -108,6 +111,7 @@ protected:
DlgEdForm* pDlgEdForm;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > m_xUnoControlDialogModel;
::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > m_ClipboardDataFlavors;
+ ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > m_xSupplier;
DlgEdFactory* pObjFac;
Window* pWindow;
DlgEdFunc* pFunc;
@@ -142,6 +146,8 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > GetDialog() const
{return m_xUnoControlDialogModel;}
+ ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > const & GetNumberFormatsSupplier();
+
SdrModel* GetModel() const { return pSdrModel; }
SdrView* GetView() const { return pSdrView; }
SdrPage* GetPage() const { return pSdrPage; }