summaryrefslogtreecommitdiff
path: root/cui/source/inc/dlgname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/dlgname.hxx')
-rw-r--r--cui/source/inc/dlgname.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/cui/source/inc/dlgname.hxx b/cui/source/inc/dlgname.hxx
index 35c065d6120d..de6405278136 100644
--- a/cui/source/inc/dlgname.hxx
+++ b/cui/source/inc/dlgname.hxx
@@ -39,9 +39,8 @@ private:
HelpButton aBtnHelp;
Link aCheckNameHdl;
-#if _SOLAR__PRIVATE
+
DECL_LINK(ModifyHdl, void *);
-#endif
public:
SvxNameDialog( Window* pWindow, const String& rName, const String& rDesc );
@@ -93,9 +92,8 @@ private:
// callback link for name uniqueness
Link aCheckNameHdl;
-#if _SOLAR__PRIVATE
+
DECL_LINK(ModifyHdl, void *);
-#endif
public:
// constructor
@@ -156,10 +154,10 @@ private:
CancelButton aBtnCancel;
FixedImage aFtImage;
Image* pImage;
-#if _SOLAR__PRIVATE
+
DECL_LINK(Button1Hdl, void *);
DECL_LINK(Button2Hdl, void *);
-#endif
+
public:
SvxMessDialog( Window* pWindow, const String& rText, const String& rDesc, Image* pImg = NULL );
~SvxMessDialog();