diff options
Diffstat (limited to 'uui/source/openlocked.cxx')
-rw-r--r-- | uui/source/openlocked.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/openlocked.cxx b/uui/source/openlocked.cxx index acb19a61171d..5ee17dcbad19 100644 --- a/uui/source/openlocked.cxx +++ b/uui/source/openlocked.cxx @@ -36,7 +36,7 @@ OpenLockedQueryBox::OpenLockedQueryBox( vcl::Window* pParent, ResMgr* pResMgr, c SetButtonHelpText( RET_YES, OUString() ); SetButtonHelpText( RET_NO, OUString() ); -#ifdef WNT +#ifdef _WIN32 // bnc#656566 // Yes, it is silly to do this only for this dialog but not the // other similar ones. But hey, it was about this dialog that the |