summaryrefslogtreecommitdiff
path: root/include/svx/svdpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-13 13:04:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 05:59:55 +0000
commitda817770df3f1ca68efff6ff096f961ef9934f76 (patch)
tree96e59746a066929d3b13a3da89c36418073b2791 /include/svx/svdpage.hxx
parent3bec0fd8cd191c47ab94602470193ef56a05f444 (diff)
drop unused Streaming enumerator from SdrInsertReasonKind enum
Change-Id: Ia186fd54a8e1165a3bae5266f1248881e3057d83 Reviewed-on: https://gerrit.libreoffice.org/34206 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdpage.hxx')
-rw-r--r--include/svx/svdpage.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index 71befa105854..2df53603f833 100644
--- a/include/svx/svdpage.hxx
+++ b/include/svx/svdpage.hxx
@@ -53,7 +53,6 @@ class SfxStyleSheet;
class SvxUnoDrawPagesAccess;
enum class SdrInsertReasonKind {
- Streaming, /// importing document
Undo, /// from Undo
Copy, /// something copied...
ViewCall /// via SdrView::Group(), ...