summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dlgattr.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-17 14:06:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-17 15:00:01 +0000
commit3a806d027cb744cde08e0c4472bec5159d5a541d (patch)
tree5f8319d3a3d1114aabfc62b11cbd4a74d1149259 /dbaccess/source/ui/inc/dlgattr.hxx
parent7edb1f5f32b21a934e3ed4999482ceb07568dfd0 (diff)
convert field dialog to .ui
Change-Id: Ic268c17941038319240bb70d59d04c9b9a7a2412
Diffstat (limited to 'dbaccess/source/ui/inc/dlgattr.hxx')
-rw-r--r--dbaccess/source/ui/inc/dlgattr.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/dlgattr.hxx b/dbaccess/source/ui/inc/dlgattr.hxx
index df3a120cc894..c7c8381de710 100644
--- a/dbaccess/source/ui/inc/dlgattr.hxx
+++ b/dbaccess/source/ui/inc/dlgattr.hxx
@@ -19,10 +19,7 @@
#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DLGATTR_HXX
#define INCLUDED_DBACCESS_SOURCE_UI_INC_DLGATTR_HXX
-#include "dlgattr.hrc"
-
#include <sfx2/tabdlg.hxx>
-#include <tools/solar.h>
class SvxNumberInfoItem;
class SfxItemSet;
@@ -32,11 +29,11 @@ namespace dbaui
class SbaSbAttrDlg : public SfxTabDialog
{
- OUString aTitle;
SvxNumberInfoItem* pNumberInfoItem;
+ sal_uInt32 m_nNumberFormatId;
public:
- SbaSbAttrDlg( Window * pParent, const SfxItemSet*, SvNumberFormatter*, sal_uInt16 nFlags = TP_ATTR_CHAR , sal_Bool bRow = sal_False);
+ SbaSbAttrDlg(Window * pParent, const SfxItemSet*, SvNumberFormatter*, bool bHasFormat, bool bRow = false);
~SbaSbAttrDlg();
virtual void PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage );