dispatchwatcher.hxx (0a1e2f0e) dispatchwatcher.hxx (07a3d7f1)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31#include "officeipcthread.hxx"
32#include <hash_map>
33#include <vector>
34
35namespace desktop
36{
37
38/*
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31#include "officeipcthread.hxx"
32#include <hash_map>
33#include <vector>
34
35namespace desktop
36{
37
38/*
39 Class for controlls dispatching of command URL through office command line. There
39 Class for controls dispatching of command URL through office command line. There
40 are "dangerous" command URLs, that can result in a running office without UI. To prevent
41 this situation the implementation surveile all dispatches and looks for an open task if
42 there is arose a problem. If there is none the office will be shutdown to prevent a
43 running office without UI.
44*/
45
46struct OUStringHashCode
47{

--- 73 unchanged lines hidden ---
40 are "dangerous" command URLs, that can result in a running office without UI. To prevent
41 this situation the implementation surveile all dispatches and looks for an open task if
42 there is arose a problem. If there is none the office will be shutdown to prevent a
43 running office without UI.
44*/
45
46struct OUStringHashCode
47{

--- 73 unchanged lines hidden ---