Kaydet (Commit) d925b839 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: elide explicit ctor usage (manually due to macros)

Change-Id: I894bfe3ee6b932930d3088b83e4d99788f8b145a
üst 729c70a2
...@@ -436,7 +436,7 @@ void PowerPointExport::ImplWriteBackground( FSHelperPtr pFS, Reference< XPropert ...@@ -436,7 +436,7 @@ void PowerPointExport::ImplWriteBackground( FSHelperPtr pFS, Reference< XPropert
</p:grpSpPr>" </p:grpSpPr>"
#define GETA(propName) \ #define GETA(propName) \
ImplGetPropertyValue( mXPagePropSet, OUString( #propName ) ) ImplGetPropertyValue( mXPagePropSet, #propName )
#define GET(variable, propName) \ #define GET(variable, propName) \
if ( GETA(propName) ) \ if ( GETA(propName) ) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment