diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-07-21 10:59:24 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-07-21 10:59:42 +0200 |
commit | e94d9c1c346a8b7e58c24bcf554c0a2bab77f59c (patch) | |
tree | f54fc66d3e5f82ed094eb182ba82819e32e347c7 /include/svl/undo.hxx | |
parent | 08febf86699fc1a1e69f32fb57f46ad84b8322b2 (diff) |
Revert "tdf#128502: Try to support multiple documents ...
cp-6.2-20
in LibreOfficeKit-using process"
This reverts commit b0da52d19ed40dd0871f208eb7387ec1d8252de4.
We decided not to have this "multiple docs" feature in stable cp-6.2
because it caused regressions that we could not fix quickly.
Change-Id: Ib9ad6e010935e6a936832c01756700735a8cc6c5
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r-- | include/svl/undo.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx index 1ca989fd4a5d..c2862b886c6f 100644 --- a/include/svl/undo.hxx +++ b/include/svl/undo.hxx @@ -28,8 +28,6 @@ #include <vector> typedef o3tl::strong_int<sal_Int32, struct ViewShellIdTag> ViewShellId; -typedef o3tl::strong_int<int, struct ViewShellDocIdTag> ViewShellDocId; - class SVL_DLLPUBLIC SfxRepeatTarget { |