diff options
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/edittest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx index 125de9b29b6b..9b2f4f2e2aac 100644 --- a/svx/workben/edittest.cxx +++ b/svx/workben/edittest.cxx @@ -153,7 +153,7 @@ // VARS... short nRotation = 0; USHORT nZoom = 100; -BOOL bURLClicked = FALSE; +sal_Bool bURLClicked = sal_False; using namespace ::com::sun::star::connection; using namespace ::vos; |