summaryrefslogtreecommitdiff
path: root/configmgr/source/valueparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/valueparser.hxx')
-rw-r--r--configmgr/source/valueparser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/valueparser.hxx b/configmgr/source/valueparser.hxx
index e15b303726a5..f2c3b3c2e5bb 100644
--- a/configmgr/source/valueparser.hxx
+++ b/configmgr/source/valueparser.hxx
@@ -71,7 +71,7 @@ private:
ValueParser(const ValueParser&) SAL_DELETED_FUNCTION;
ValueParser& operator=(const ValueParser&) SAL_DELETED_FUNCTION;
- template< typename T > com::sun::star::uno::Any convertItems();
+ template< typename T > css::uno::Any convertItems();
enum State { STATE_TEXT, STATE_TEXT_UNICODE, STATE_IT, STATE_IT_UNICODE };
@@ -80,7 +80,7 @@ private:
OUString localizedName_;
State state_;
xmlreader::Pad pad_;
- std::vector< com::sun::star::uno::Any > items_;
+ std::vector< css::uno::Any > items_;
};
}