summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.cxx
diff options
context:
space:
mode:
authorayhanyalcinsoy <ayhanyalcinsoy@pisilinux.org>2020-01-11 15:54:49 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2020-02-02 15:40:45 +0100
commit0298a702b32bdc4c4711cf31461169e549153b39 (patch)
treeded77f5bcebc37036c1cd6872a5a50238109dc76 /sw/source/filter/xml/xmlimp.cxx
parent220cdd6f2c178a115dd2776658fdaaf826315eed (diff)
tdf#129568 Rename Default Style to Default Paragraph/Page/Table Style
Change-Id: I21672c9b78e52c3c9b2687cb2c0ab21dcf67f19a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86538 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/source/filter/xml/xmlimp.cxx')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 416dba1b12bc..3373607993c3 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -145,7 +145,7 @@ SwXMLBodyContext_Impl::SwXMLBodyContext_Impl( SwXMLImport& rImport ) :
// into the file since it's not really a style but "no style"
// (hence referencing it actually makes no sense except for hyperlinks
// which default to something other than "Default")
- OUString const sDefault(SwResId(STR_POOLCOLL_STANDARD));
+ OUString const sDefault(SwResId(STR_POOLCHR_STANDARD));
uno::Reference<container::XNameContainer> const& xStyles(
rImport.GetTextImport()->GetTextStyles());
if (!xStyles->hasByName("Default"))