summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-03 21:02:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-03 21:06:51 +0100
commit4dead7b1e54d3a0441a1eb6a7c067e3c8a9d9f5b (patch)
tree186827d6abe0f35ebe3797e458d0f681845e13f6 /vcl
parent2b9ba386d897e1ee53589b5a4a22918f6b5fd5e7 (diff)
hide the manage cond format dialog when opening the cond format dlg
Change-Id: Iee1e8344610e42f22c405c698fdfd82d59ca836e
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/dialog.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/vcl/dialog.hxx b/vcl/inc/vcl/dialog.hxx
index 69ba0b585b24..3700c8b65942 100644
--- a/vcl/inc/vcl/dialog.hxx
+++ b/vcl/inc/vcl/dialog.hxx
@@ -154,12 +154,14 @@ public:
ModalDialog( Window* pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription );
ModalDialog( Window* pParent, const ResId& rResId );
-private:
+protected:
using Window::Show;
void Show( sal_Bool bVisible = sal_True );
using Window::Hide;
void Hide();
+private:
+
// Copy assignment is forbidden and not implemented.
SAL_DLLPRIVATE ModalDialog (const ModalDialog &);
SAL_DLLPRIVATE ModalDialog & operator= (const ModalDialog &);