diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-02 14:25:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-02 18:29:13 +0100 |
commit | 688489959e69994d455f36f3e9bb4c0ba3ee87aa (patch) | |
tree | cb1ea91700a36485ab04f5b8bc13024f6dfb9a9e /include/sfx2 | |
parent | fffd76195e0701cf774e36963105cd63a2e65a26 (diff) |
Revert "tdf#117895: "Edit document properties before saving"..."
This reverts commit 3add3e5b70ad991c8351a54b0da62d05e977458f to try
and alternative approach
Change-Id: Ieb36b78246586cc7f1977c67eab130d2ae025988
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124605
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/frame.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index 26560b3db1f6..d8a0b9d90501 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -171,7 +171,6 @@ class SFX2_DLLPUBLIC SfxUnoAnyItem final : public SfxPoolItem css::uno::Any aValue; public: static SfxPoolItem* CreateDefault(); - SfxUnoAnyItem(); SfxUnoAnyItem( sal_uInt16 nWhich, const css::uno::Any& rAny ); const css::uno::Any& GetValue() const { return aValue; } |