diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-14 15:09:57 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-14 15:09:57 +0100 |
commit | 2cce17c5b5637744b1086f14dfcd2d9cbbfa5710 (patch) | |
tree | 8ee34a0c3365531d72bf4815d24c89c1a913cc11 /padmin/source/padialog.hxx | |
parent | 8568e19020ad6d8598bdd8c9c7f02db964ef81ad (diff) |
removetooltypes01: #i112600# Remove tools types from padmin
Diffstat (limited to 'padmin/source/padialog.hxx')
-rw-r--r-- | padmin/source/padialog.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx index 2a8285f8af88..88086e9497de 100644 --- a/padmin/source/padialog.hxx +++ b/padmin/source/padialog.hxx @@ -92,7 +92,7 @@ namespace padmin { DECL_LINK( SelectHdl, ListBox* ); DECL_LINK( DelPressedHdl, ListBox* ); - PADialog( Window*, BOOL ); + PADialog( Window*, sal_Bool ); void Init(); void UpdateDefPrt(); @@ -112,7 +112,7 @@ namespace padmin { public: ~PADialog(); - static PADialog* Create( Window*, BOOL ); + static PADialog* Create( Window*, sal_Bool ); }; } // namespace |