summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-01-29 14:57:31 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-02-05 10:37:03 +0100
commitfb020d4ed9df7dc5b69aed2dd0e4d4462a81bc7a (patch)
treed9f08e627272417fb2d7c5d0f13c6363aac22f88 /include
parent650b1718b25f3446c1e1ff487534ae18156d9c0a (diff)
devtools: remove msDocumentType as it is not used anymore
Change-Id: Ice018f86aff148eb720851d40bea8dbc7eb760df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110120 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/devtools/DevelopmentToolDockingWindow.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/devtools/DevelopmentToolDockingWindow.hxx b/include/svx/devtools/DevelopmentToolDockingWindow.hxx
index 5d917516c195..c17711868c3d 100644
--- a/include/svx/devtools/DevelopmentToolDockingWindow.hxx
+++ b/include/svx/devtools/DevelopmentToolDockingWindow.hxx
@@ -32,7 +32,6 @@ private:
css::uno::Reference<css::uno::XInterface> mxRoot;
css::uno::Reference<css::uno::XInterface> mxCurrentSelection;
- OUString msDocumentType;
DocumentModelTreeHandler maDocumentModelTreeHandler;