summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textdrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/textdrw.cxx')
-rw-r--r--sw/source/uibase/shells/textdrw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textdrw.cxx b/sw/source/uibase/shells/textdrw.cxx
index b0b4269cd15d..64d527e685a7 100644
--- a/sw/source/uibase/shells/textdrw.cxx
+++ b/sw/source/uibase/shells/textdrw.cxx
@@ -112,7 +112,7 @@ void SwBaseShell::InsertURLButton(const OUString& rURL, const OUString& rTarget,
if ( ::avmedia::MediaWindow::isMediaURL( rURL, ""/*TODO?*/ ) )
{
// #105638# OJ
- aTmp <<= sal_True;
+ aTmp <<= true;
xPropSet->setPropertyValue("DispatchURLInternal", aTmp );
}
#endif