summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:56:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:56:23 +0000
commit2bb1147a632f7e48f754c4188509f05b34037c92 (patch)
tree88a3371ab094bacb905f78f30c8ae39d877d4ccc /framework/source/inc
parent2134b275233f82442a1d37ae571cd295a7eff97b (diff)
INTEGRATION: CWS fwk32 (1.10.46); FILE MERGED
2006/02/01 08:36:03 as 1.10.46.1: #i57403# repair JumpToMark
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index a7b649bbc4..0a7a6be677 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: loadenv.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-11-11 12:05:10 $
+ * last change: $Author: rt $ $Date: 2006-02-09 13:56:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -725,6 +725,13 @@ class LoadEnv : private ThreadHelpBase
/** @short determine if it's allowed to open new document frames.
*/
sal_Bool impl_furtherDocsAllowed();
+
+ //_______________________________________
+
+ /** @short jumps to the requested bookmark inside a given document.
+ */
+ void impl_jumpToMark(const css::uno::Reference< css::frame::XFrame >& xFrame,
+ const css::util::URL& aURL );
};
} // namespace framework