summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtlists.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/txtlists.hxx')
-rw-r--r--xmloff/inc/txtlists.hxx16
1 files changed, 7 insertions, 9 deletions
diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx
index b204eab460b8..46beb4b0e382 100644
--- a/xmloff/inc/txtlists.hxx
+++ b/xmloff/inc/txtlists.hxx
@@ -91,8 +91,7 @@ class XMLTextListsHelper : private boost::noncopyable
note that the ID namespace for numbered-paragraph and regular list
is distinct; we never combine a list and a n-p
*/
- ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XIndexReplace>
+ css::uno::Reference< css::container::XIndexReplace>
EnsureNumberedParagraph(
SvXMLImport & i_rImport,
const OUString& i_ListId,
@@ -112,11 +111,9 @@ class XMLTextListsHelper : private boost::noncopyable
@param o_rRestartNumbering set to true if no style (defaulting)
@param io_rSetDefaults set to true if no style (defaulting)
*/
- static ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XIndexReplace> MakeNumRule(
+ static css::uno::Reference< css::container::XIndexReplace> MakeNumRule(
SvXMLImport & i_rImport,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XIndexReplace>& i_xNumRule,
+ const css::uno::Reference< css::container::XIndexReplace>& i_xNumRule,
const OUString& i_ParentStyleName,
const OUString& i_StyleName,
sal_Int16 & io_rLevel,
@@ -168,9 +165,10 @@ class XMLTextListsHelper : private boost::noncopyable
LastNumberedParagraphs_t mLastNumberedParagraphs;
/// numbered-paragraphs
- typedef ::std::vector< ::std::pair< OUString,
- ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XIndexReplace > > > NumParaList_t;
+ typedef ::std::vector<
+ ::std::pair<
+ OUString,
+ css::uno::Reference< css::container::XIndexReplace > > > NumParaList_t;
::std::map< OUString, NumParaList_t > mNPLists;
};