diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-27 11:35:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-27 16:02:39 +0200 |
commit | 8057ce71dff47f9de96b0714401f0a51d30e3736 (patch) | |
tree | 7bb3d9da35f581e7ee58592ef36622107639d3e8 /svx | |
parent | bbc2162fcd9337ca2a9bf89172bd4e78244b66e9 (diff) |
drop unused using
Change-Id: I89c6892b51d651a25aff9c36c02c93374138635f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92974
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/core/graphichelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx index c014ae7b1f89..c4755ff10863 100644 --- a/svx/source/core/graphichelper.cxx +++ b/svx/source/core/graphichelper.cxx @@ -59,7 +59,6 @@ using namespace css::document; using namespace css::ui::dialogs; using namespace css::container; using namespace com::sun::star::task; -using namespace css::frame; using namespace sfx2; |