summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/linkeddocuments.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-10-15 05:32:30 +0000
committerOcke Janssen <oj@openoffice.org>2002-10-15 05:32:30 +0000
commitd290fe848e3004b8f900b042fc42424886890b73 (patch)
tree680c910ce7ef22f1ae3e4614cc86ac1d3283b29e /dbaccess/source/ui/misc/linkeddocuments.cxx
parent2057833fd9b1af3e24dafeeaf56a4ab3eff86e08 (diff)
#104099# changed _blank to _default
Diffstat (limited to 'dbaccess/source/ui/misc/linkeddocuments.cxx')
-rw-r--r--dbaccess/source/ui/misc/linkeddocuments.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/linkeddocuments.cxx b/dbaccess/source/ui/misc/linkeddocuments.cxx
index df4a85fba5a7..fb4e6e30b167 100644
--- a/dbaccess/source/ui/misc/linkeddocuments.cxx
+++ b/dbaccess/source/ui/misc/linkeddocuments.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linkeddocuments.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2002-08-19 07:51:11 $
+ * last change: $Author: oj $ $Date: 2002-10-15 06:32:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -389,7 +389,7 @@ namespace dbaui
OSL_ENSURE(xLoader.is(), "OLinkedDocumentsAccess::implOpen: invalid desktop object!");
if (xLoader.is())
{
- ::rtl::OUString sTargetFrame = ::rtl::OUString::createFromAscii("_blank");
+ ::rtl::OUString sTargetFrame = ::rtl::OUString::createFromAscii("_default"); // #104099# OJ
sal_Int32 nSearchFlags = FrameSearchFlag::CHILDREN | FrameSearchFlag::CREATE;
@@ -586,7 +586,7 @@ namespace dbaui
OSL_ENSURE(xLoader.is(), "OLinkedDocumentsAccess::newForm: invalid desktop object!");
if (xLoader.is())
{
- ::rtl::OUString sTargetFrame = ::rtl::OUString::createFromAscii("_blank");
+ ::rtl::OUString sTargetFrame = ::rtl::OUString::createFromAscii("_default"); // #104099# OJ
sal_Int32 nSearchFlags = FrameSearchFlag::CHILDREN | FrameSearchFlag::CREATE;
@@ -658,6 +658,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2002/08/19 07:51:11 oj
+ * #99473# change string resource files
+ *
* Revision 1.4 2002/07/25 06:53:40 oj
* #100280# new method to start report autopilot
*