summaryrefslogtreecommitdiff
path: root/configmgr/source/xcsparser.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2023-11-26 10:11:34 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2023-11-26 13:19:56 +0100
commit3ff66d4361c3394d8669f3a367f41d4bad9914e7 (patch)
tree44c7c040bfb9c81e73b5b270fb35ed948d0dd562 /configmgr/source/xcsparser.hxx
parent743e1188cc843e74b1b110675254a7d2329d1a2f (diff)
Simplify implementation of getTypeByHierarchicalName
(Localized)PropertyType::getStaticType already provides the relevant information Change-Id: I5aceb596ac4a2d111ebcb5ddef7ef74c80762047 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159969 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'configmgr/source/xcsparser.hxx')
-rw-r--r--configmgr/source/xcsparser.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/configmgr/source/xcsparser.hxx b/configmgr/source/xcsparser.hxx
index 6e8ff7d2367d..aedcccde1147 100644
--- a/configmgr/source/xcsparser.hxx
+++ b/configmgr/source/xcsparser.hxx
@@ -96,7 +96,6 @@ private:
ElementStack elements_;
bool bIsParsingInfo_;
OUStringBuffer description_;
- Type type_;
};
}