diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-13 09:00:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-13 09:03:27 +0200 |
commit | e9c14873ecdc3728135aa26f21d6df468ea0b623 (patch) | |
tree | 36bf2c2d75c05aac2c1b37a2273cd73b1442e4e6 /sfx2/source/dialog/dinfdlg.cxx | |
parent | de9333d9b6f87d6f6d13e5ddf1fc65b8fef635e8 (diff) |
loplugin:sallogareas
Change-Id: If054c98f887b62adaf6c73ee35e664507a69b6df
Diffstat (limited to 'sfx2/source/dialog/dinfdlg.cxx')
-rw-r--r-- | sfx2/source/dialog/dinfdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx index 2c5bad677618..bad13335e1ab 100644 --- a/sfx2/source/dialog/dinfdlg.cxx +++ b/sfx2/source/dialog/dinfdlg.cxx @@ -245,7 +245,7 @@ SfxDocumentInfoItem::SfxDocumentInfoItem( const OUString& rFile, // "fix" property? => not a custom property => ignore it! if (!(pProps[i].Attributes & css::beans::PropertyAttribute::REMOVABLE)) { - SAL_WARN( "sfx2", "non-removable user-defined property?"); + SAL_WARN( "sfx", "non-removable user-defined property?"); continue; } |