summaryrefslogtreecommitdiff
path: root/include/svtools/PlaceEditDialog.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-20 16:01:09 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-24 12:28:52 +0200
commitf369d4764b3575c01dc7245686e9493784473ada (patch)
tree8600e9958d4265b8374a7634c25b3c6d1c5c6350 /include/svtools/PlaceEditDialog.hxx
parentea956fa67ff42596cbe79a402dcb2c4c767e6946 (diff)
default label for service
Change-Id: Iad4ad161765c943a035dcc15232c4dcbef1cc68c
Diffstat (limited to 'include/svtools/PlaceEditDialog.hxx')
-rw-r--r--include/svtools/PlaceEditDialog.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx
index b601b9b15261..e492978af5bb 100644
--- a/include/svtools/PlaceEditDialog.hxx
+++ b/include/svtools/PlaceEditDialog.hxx
@@ -53,7 +53,9 @@ private:
unsigned int m_nCurrentType;
-public:
+ bool bLabelChanged;
+
+public :
PlaceEditDialog( vcl::Window* pParent);
PlaceEditDialog(vcl::Window* pParent, const std::shared_ptr<Place> &rPlace );
@@ -69,11 +71,13 @@ public:
private:
void InitDetails( );
+ void UpdateLabel( );
DECL_LINK ( OKHdl, Button * );
DECL_LINK ( DelHdl, Button * );
DECL_LINK ( EditHdl, void * );
DECL_LINK ( SelectTypeHdl, void * );
+ DECL_LINK ( EditLabelHdl, void * );
DECL_LINK ( EditUsernameHdl, void * );
};